summaryrefslogtreecommitdiff
path: root/app/views/admin/_menu.html.erb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-13 21:17:55 +0200
committerhukl <contact@smyck.org>2009-04-13 21:17:55 +0200
commitf756c3baf09d71ff43edda9ae036bd2e325074a4 (patch)
tree6cc856ba9d2e8d8d8f37fc47bc2ea870fafb2f41 /app/views/admin/_menu.html.erb
parent06dee9ab33701e40a5adfcf87767fb807621fa32 (diff)
highlight the users button
Diffstat (limited to 'app/views/admin/_menu.html.erb')
-rw-r--r--app/views/admin/_menu.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb
index 301c6c0..8f48822 100644
--- a/app/views/admin/_menu.html.erb
+++ b/app/views/admin/_menu.html.erb
@@ -2,4 +2,4 @@
2 2
3<%= link_to 'Overview', :controller => :admin, :action => 'index' %> 3<%= link_to 'Overview', :controller => :admin, :action => 'index' %>
4<%= link_to 'Nodes', nodes_path, selected?('nodes') %> 4<%= link_to 'Nodes', nodes_path, selected?('nodes') %>
5<%= link_to 'User', users_path %> &gt; \ No newline at end of file 5<%= link_to 'User', users_path, selected?('users') %> &gt; \ No newline at end of file