diff options
| author | hukl <contact@smyck.org> | 2009-02-22 12:52:58 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-22 12:52:58 +0100 |
| commit | c39eb1e9839664deb68b50b2a9db16770d42852c (patch) | |
| tree | e1c6b0ceb1309074e6018ac1a61adb218552154b /app/views/layouts/admin.html.erb | |
| parent | e0d5557a9e7f88050da2ccb42e02397952cded0d (diff) | |
another round of view updates
Diffstat (limited to 'app/views/layouts/admin.html.erb')
| -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 73e3b02..d5b1e6f 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] %> |
