mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
change name of menu item for managing users
This commit is contained in:
parent
06c4ea8a8c
commit
5b31d4cf84
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ jQuery(document).ready(function() {
|
|||
<li><%= navigation_link( "Preferences", preferences_path, {:accesskey => "u", :title => "Show my preferences"} ) %></li>
|
||||
<li><%= navigation_link( "Export", {:controller => "data", :action => "index"}, {:accesskey => "i", :title => "Import and export data"} ) %></li>
|
||||
<% if current_user.is_admin? -%>
|
||||
<li><%= navigation_link("Admin", users_path, {:accesskey => "a", :title => "Add or delete users"} ) %></li>
|
||||
<li><%= navigation_link("Manage users", users_path, {:accesskey => "a", :title => "Add or delete users"} ) %></li>
|
||||
<% end -%>
|
||||
</ul></li>
|
||||
<li><a href="#">?</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue