<%= stylesheet_link_tag "lib/togglebox"%> <%= form_for @video_pro_setting, url: update_settings_admin_video_pros_path, html: {class: "form-horizontal main-forms"} do |f| %>
<% f.object.post_agencies.to_a.each_with_index do |dept, idx| %>
<% @site_in_use_locales.each_with_index do |locale, i| %>
" id="post_agencies_<%=idx%>_<%= locale %>"> <%= f.fields_for :post_agencies_translations,f.object do |f| %> <%= f.text_field "#{locale}][", :value => (f.object.post_agencies_translations[locale][idx] rescue ""), :placeholder=>t("video_pro.post_agency", :id=>nil) %> <% end %>
<% end %>
<% @site_in_use_locales.each_with_index do |locale, i| %> " href="#post_agencies_<%=idx%>_<%= locale %>" data-toggle="tab"><%= t(locale.to_s) %> <% end %>
<% end %>
<% @site_in_use_locales.each_with_index do |locale, i| %> <% end %>
<%= f.submit t('submit'), class: 'btn btn-primary' %>
<% end %>