diff options
Diffstat (limited to 'app/views/admin/_menu.html.erb')
| -rw-r--r-- | app/views/admin/_menu.html.erb | 2 |
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 %> > \ No newline at end of file | 5 | <%= link_to 'User', users_path, selected?('users') %> > \ No newline at end of file |
