diff --git a/app/views/translations/index.html.erb b/app/views/translations/index.html.erb index ad98e8d..b4d5237 100644 --- a/app/views/translations/index.html.erb +++ b/app/views/translations/index.html.erb @@ -1,11 +1,11 @@ -

Listing translations

+

<%= Translation.model_name.human(count: 2) %>

<%= render 'translation_pagination' %> - - + +
IDTitle<%= Translation.human_attribute_name(:id) %><%= Translation.human_attribute_name(:title) %>