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