<%= t :'spotlight.exhibits.languages.selection_instructions' %>
<%= bootstrap_form_for [current_exhibit, Spotlight::Language.new], layout: :horizontal, label_col: "col-sm-3", control_col: "col-sm-9" do |f| %><%= t :'spotlight.exhibits.languages.current_instructions' %>
<%= bootstrap_form_for current_exhibit, layout: :horizontal do |f| %><%= t('.table_heading.language') %> | <%= t('.table_heading.public') %> | <%= t('.table_heading.action') %> |
---|---|---|
<%= t("locales.#{language.locale}") %> |
<%= languages.label :public, class: 'sr-only' %>
<%= languages.check_box_without_bootstrap :public %>
|
<%= link_to t('.remove'), exhibit_language_path(current_exhibit, language), method: :delete, data: { confirm: t('.modal.confirm') }, class: 'btn btn-sm btn-danger' %> |
<%= t('.no_languages_help_text') %>
<% end %>