aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/admin.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/admin.rhtml')
-rw-r--r--app/views/layouts/admin.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/admin.rhtml b/app/views/layouts/admin.rhtml
index 426a01cf5..e466461ce 100644
--- a/app/views/layouts/admin.rhtml
+++ b/app/views/layouts/admin.rhtml
@@ -20,6 +20,7 @@
| <%= link_to 'Users', admin_url('user/list') %>
| <%= link_to 'Tracks', admin_url('track/list') %>
</p>
+ <%= render :partial => 'general/locale_switcher' %>
<% if flash[:error] %>
<p id="error"><%= flash[:error] %></p>