Improves i18n texts

This commit is contained in:
decabeza
2018-05-07 18:36:33 +02:00
parent 8f6f22815e
commit 57ff65692f
9 changed files with 49 additions and 30 deletions

View File

@@ -1,4 +1,5 @@
<h2><%= t("admin.debates.index.title") %></h2>
<p><%= t("admin.shared.moderated_content") %></p>
<%= render 'shared/filter_subnav', i18n_namespace: "admin.debates.index" %>
@@ -9,7 +10,7 @@
<thead>
<th scope="col"><%= t("admin.shared.title") %></th>
<th scope="col" class="small-6"><%= t("admin.shared.description") %></th>
<th scope="col" class="small-3"><%= t("admin.shared.actions") %></th>
<th scope="col" class="small-4"><%= t("admin.shared.actions") %></th>
</thead>
<tbody>
<% @debates.each do |debate| %>