aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-08 17:46:31 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-08 17:46:31 +1100
commitd4d37441da10f82ed33766c092053ee5bbf1f0d8 (patch)
treeae1d777221432081fad5f8c0523c84202578e475
parent679866395288175ab2a891202810d866dc247992 (diff)
Removing unused partial
-rw-r--r--app/views/admin_public_body/_locale_selector.rhtml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/admin_public_body/_locale_selector.rhtml b/app/views/admin_public_body/_locale_selector.rhtml
deleted file mode 100644
index 5ef79f2df..000000000
--- a/app/views/admin_public_body/_locale_selector.rhtml
+++ /dev/null
@@ -1,10 +0,0 @@
-<div id="locale_switcher">
-<%= _('Edit language version:') %>
-<% for possible_locale in @locales %>
- <% if possible_locale == @locale %>
- <%= possible_locale %>
- <% else %>
- <a href="?show_locale=<%=possible_locale%>"><%= possible_locale %></a>
- <% end %>
-<% end %>
-</div>