diff options
| author | hukl <contact@smyck.org> | 2009-11-09 19:59:23 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-09 19:59:23 +0100 |
| commit | de0647b6b5af45037b75c4e2ddb32d6aed752233 (patch) | |
| tree | 2b95db10b348d6978220954242bb445a1ec67ae5 /app/views | |
| parent | 5fc060042dee6b50dcac5045ba873843f7c9416c (diff) | |
Added logout link to main navigation
Diffstat (limited to 'app/views')
| -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') %> |
