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.
 
 
 
 
 

16 lines
358 B

  1. <div id="header">
  2. <p>
  3. <%= link_to 'Home', controller: 'tools', action: 'index' %>
  4. </p>
  5. <p>
  6. Users:
  7. <%= link_to "Signup", controller: "users", action: "create" %>
  8. &bull;
  9. <%= link_to "Login", controller: "users", action: "login" %>
  10. </p>
  11. <p>
  12. Admin:
  13. <%= link_to "Admin", controller: "admin", action: "index" %>
  14. </p>
  15. </div>