A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
171 B

  1. <% provide(:title, 'Login') %>
  2. <h1>Login</h1>
  3. <%= form_tag do %>
  4. <table>
  5. <tr>
  6. <td colspan="2"><%= submit_tag('Login') %></td>
  7. </tr>
  8. </table>
  9. <% end %>