diff options
| author | hukl <contact@smyck.org> | 2009-04-13 17:56:46 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-13 17:56:46 +0200 |
| commit | 27167671722b7c7a997c8bed7713ee9013bac326 (patch) | |
| tree | d69f8853bbbeaeebdda2ba9dc8d08b8090b4a523 /app/views/admin | |
| parent | 8e90dd908c7e1d7fb8fb0e7c175b820e9b7b7c61 (diff) | |
rebuilding the admin interface
Diffstat (limited to 'app/views/admin')
| -rw-r--r-- | app/views/admin/_menu.html.erb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index fa616df..301c6c0 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <%= language_selector %> | | 1 | <%= language_selector %> |
| 2 | 2 | ||
| 3 | <%= link_to 'Overview', :controller => :admin, :action => 'index' %> | | 3 | <%= link_to 'Overview', :controller => :admin, :action => 'index' %> |
| 4 | <%= link_to 'Nodes', nodes_path %> | | 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 %> > \ No newline at end of file |
