<% @site_valid_locales.each_with_index do |locale, i| %> <% end %> <%= render partial: 'category', collection: @categories %>
<%= t(:_locale, :locale => locale) %>
<%= link_to content_tag(:i, nil, class: "icons-plus") + " " + t(:add), '#', class: "btn btn-primary open-slide", data: {title: t(:add_category), id: 'new', module: @module_app_id.to_s } %>