<%= render 'index' %>
<%= form_for :category, url: nil, remote: true, :html=>{id: "category_form"} do |f| %>
<%= f.fields_for :title_translations do |f| %> <% @site_in_use_locales.each do |locale| %>
<%= t('front_page.name_field_helper') %>
<% end %> <% end %>
<%= t(:category_notice) %>
<%= label_tag "disable" do %> <%= f.check_box :disable %> <%= t(:disable) %> <% end %>
<%= t(:cancel) %> <%= f.submit t(:submit), class: 'btn btn-primary btn-small', id: "category_submit" %>
<% end %>