diff --git a/app/views/admin/archive_files/categories_order.html.erb b/app/views/admin/archive_files/categories_order.html.erb index 534c8dd..b11a2d3 100644 --- a/app/views/admin/archive_files/categories_order.html.erb +++ b/app/views/admin/archive_files/categories_order.html.erb @@ -1,17 +1,25 @@ <% all_locales = I18n.available_locales %> <% count = all_locales.length %> + + + + + + + <% @cats.each do |cat| %> - <% end %> +
<%= t('archive.category') %><%= t('archive.sort_number') %>
+ <% all_locales.each_with_index do |locale,index| %> <%= "#{cat[0][:title][locale]}" %> <%= index!=(count-1) ? "/" : ":" %> <% end %> - +
\ No newline at end of file