Improved pages index

Locale can be seen as text instead of the code.
This commit is contained in:
María Checa
2017-07-02 23:12:47 +02:00
parent 67145c0771
commit 6f24c68ab5

View File

@@ -28,7 +28,7 @@
<td><%= I18n.l page.created_at, format: :short %></td>
<td><%= I18n.l page.created_at, format: :short %></td>
<td><%= t("admin.site_customization.pages.page.status_#{page.status}") %></td>
<td><%= page.locale %></td>
<td><%= name_for_locale(page.locale) rescue nil %></td>
<td class="small">
<span class="icon-eye"></span>
<% if page.status == "published" %>