diff options
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 73e3b027..d5b1e6fe 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -25,12 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | <body> | 26 | <body> |
| 27 | <div id="navigation"> | 27 | <div id="navigation"> |
| 28 | <%= language_selector %> | | 28 | <%= render :partial => 'admin/menu' if current_user %> |
| 29 | |||
| 30 | <%= link_to 'Overview', :controller => :admin, :action => 'index' %> | | ||
| 31 | <%= link_to 'Nodes', nodes_path %> | | ||
| 32 | <%= link_to 'User', users_path %> | Actions: | ||
| 33 | <%= yield :menu %> | ||
| 34 | </div> | 29 | </div> |
| 35 | <div id="flash"> | 30 | <div id="flash"> |
| 36 | <%= flash[:notice] %> | 31 | <%= flash[:notice] %> |
