removes unused i18n keys

This commit is contained in:
kikito
2016-01-07 12:37:16 +01:00
parent 8a594e673a
commit 2467ee4a54
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<form class="inline-block">
<label for="order-selector-participation" class="sr-only"><%= t("debates.index.select_order") %></label>
<label for="order-selector-participation" class="sr-only"><%= t("#{i18n_namespace}.select_order") %></label>
<select class="js-location-changer js-order-selector select-order"
data-order="<%= @current_order %>"
name="order-selector"