<%= t :'spotlight.exhibits.languages.selection_instructions' %>
<%= bootstrap_form_for [current_exhibit, Spotlight::Language.new], layout: :horizontal do |f| %><%= t :'spotlight.exhibits.languages.current_instructions' %>
<% if current_exhibit.languages.any? && current_exhibit.languages.last.persisted? %> <%= 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.downcase}") %> |
<%= 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-primary' %> |
<%= t('.no_languages_help_text') %>
<% end %>