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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <h2><%=l(:label_administration)%></h2>
  2. <p>
  3. <%= image_tag "projects" %>
  4. <%= link_to l(:label_project_plural), :controller => 'admin', :action => 'projects' %> |
  5. <%= link_to l(:label_new), :controller => 'projects', :action => 'add' %>
  6. </p>
  7. <p>
  8. <%= image_tag "users" %>
  9. <%= link_to l(:label_user_plural), :controller => 'users' %> |
  10. <%= link_to l(:label_new), :controller => 'users', :action => 'add' %>
  11. </p>
  12. <p>
  13. <%= image_tag "role" %>
  14. <%= link_to l(:label_role_and_permissions), :controller => 'roles' %>
  15. </p>
  16. <p>
  17. <%= image_tag "tracker" %>
  18. <%= link_to l(:label_tracker_plural), :controller => 'trackers' %> |
  19. <%= link_to l(:label_custom_field_plural), :controller => 'custom_fields' %>
  20. </p>
  21. <p>
  22. <%= image_tag "workflow" %>
  23. <%= link_to l(:label_issue_status_plural), :controller => 'issue_statuses' %> |
  24. <%= link_to l(:label_workflow), :controller => 'roles', :action => 'workflow' %>
  25. </p>
  26. <p>
  27. <%= image_tag "options" %>
  28. <%= link_to l(:label_enumerations), :controller => 'enumerations' %>
  29. </p>
  30. <p>
  31. <%= image_tag "mailer" %>
  32. <%= link_to l(:field_mail_notification), :controller => 'admin', :action => 'mail_options' %>
  33. </p>
  34. <p>
  35. <%= image_tag "login" %>
  36. <%= link_to l(:label_authentication), :controller => 'auth_sources' %>
  37. </p>
  38. <p>
  39. <%= image_tag "help" %>
  40. <%= link_to l(:label_information_plural), :controller => 'admin', :action => 'info' %>
  41. </p>