diff options
| author | hukl <contact@smyck.org> | 2009-02-21 14:55:39 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-21 14:55:39 +0100 |
| commit | 55800bf0565f392a48b6d3a673da60525aad423b (patch) | |
| tree | 0f7ae35bf76e34a35b74ab4ee1dfc3242d127e27 /app/views/layouts/admin.html.erb | |
| parent | 4c3d622b3795836e1e7be4df303ee256a88b2812 (diff) | |
wiring together some views to make basic navigation
in the admin interface possible
Diffstat (limited to 'app/views/layouts/admin.html.erb')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 93ac0a5..2bde5dd 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -25,7 +25,12 @@ | |||
| 25 | 25 | ||
| 26 | <body> | 26 | <body> |
| 27 | <div id="navigation"> | 27 | <div id="navigation"> |
| 28 | <%= I18n.locale %> <%= language_selector %> | 28 | <%= I18n.locale %> <%= language_selector %> | |
| 29 | |||
| 30 | <%= link_to 'Nodes', nodes_path %> | ||
| 31 | </div> | ||
| 32 | <div id="flash"> | ||
| 33 | <%= flash[:notice] %> | ||
| 29 | </div> | 34 | </div> |
| 30 | <div id="content"> | 35 | <div id="content"> |
| 31 | <%= yield :layout %> | 36 | <%= yield :layout %> |
