summaryrefslogtreecommitdiff
path: root/app/views/layouts/admin.html.erb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-22 11:27:51 +0100
committerhukl <contact@smyck.org>2009-02-22 11:27:51 +0100
commite0d5557a9e7f88050da2ccb42e02397952cded0d (patch)
treea2870b9ebab8081ab725d3ee6bbb851527f50067 /app/views/layouts/admin.html.erb
parentea36234c990336cfa4a3ee1b6b80d5c9863c0676 (diff)
lots of view improvements - not ready though
Diffstat (limited to 'app/views/layouts/admin.html.erb')
-rw-r--r--app/views/layouts/admin.html.erb7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index 2bde5dd..73e3b02 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -25,9 +25,12 @@
25 25
26 <body> 26 <body>
27 <div id="navigation"> 27 <div id="navigation">
28 <%= I18n.locale %> <%= language_selector %> | 28 <%= language_selector %> |
29 29
30 <%= link_to 'Nodes', nodes_path %> 30 <%= link_to 'Overview', :controller => :admin, :action => 'index' %> |
31 <%= link_to 'Nodes', nodes_path %> |
32 <%= link_to 'User', users_path %> | Actions:
33 <%= yield :menu %>
31 </div> 34 </div>
32 <div id="flash"> 35 <div id="flash">
33 <%= flash[:notice] %> 36 <%= flash[:notice] %>