diff options
| author | hukl <contact@smyck.org> | 2009-02-21 14:27:21 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-21 14:27:21 +0100 |
| commit | 6eb546b6cbd2fa39d2663ab83b44fbde10507d70 (patch) | |
| tree | 069aafa16e4d2ecf2c265ef5625d12116aba9ad0 /app | |
| parent | edf4a4783c454ec6e5e63d70bac716b3821768eb (diff) | |
small template fix
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index deebc66..93ac0a5 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -25,8 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | <body> | 26 | <body> |
| 27 | <div id="navigation"> | 27 | <div id="navigation"> |
| 28 | <p><%= I18n.locale %></p> | 28 | <%= I18n.locale %> <%= language_selector %> |
| 29 | <%= language_selector %> | ||
| 30 | </div> | 29 | </div> |
| 31 | <div id="content"> | 30 | <div id="content"> |
| 32 | <%= yield :layout %> | 31 | <%= yield :layout %> |
