diff options
| author | hukl <hukl@eyelyn.local> | 2009-11-10 22:47:22 +0100 |
|---|---|---|
| committer | hukl <hukl@eyelyn.local> | 2009-11-10 22:47:22 +0100 |
| commit | 7e2375dedfd8361212bc5b0055bdeb042010ffca (patch) | |
| tree | 9c33c647cfbc6a39f7dd538dd23a6583adac40cb /app/views/admin | |
| parent | a150d9893e85d8f0e026b926768986f744f16eee (diff) | |
| parent | de0647b6b5af45037b75c4e2ddb32d6aed752233 (diff) | |
Merge branch 'master' of github.com:hukl/cccms
Diffstat (limited to 'app/views/admin')
| -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 f2875aa..e8b39ce 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 | <%= link_to 'Logout', :controller => :sessions, :action => :destroy %> | |
| 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 'Assets', assets_path, selected?('assets') %> | 5 | <%= link_to 'Assets', assets_path, selected?('assets') %> |
