app/views/spotlight/exhibits/_languages.html.erb in blacklight-spotlight-2.0.0.rc2 vs app/views/spotlight/exhibits/_languages.html.erb in blacklight-spotlight-2.0.0.rc3
- old
+ new
@@ -1,8 +1,8 @@
<div role="tabpanel" class="tab-pane <%= 'active' if @tab == 'language' %>" id="language">
<p class="instructions"><%= t :'spotlight.exhibits.languages.selection_instructions' %></p>
- <%= bootstrap_form_for [current_exhibit, Spotlight::Language.new], layout: :horizontal do |f| %>
+ <%= bootstrap_form_for [current_exhibit, Spotlight::Language.new], layout: :horizontal, label_col: "col-sm-3", control_col: "col-sm-9" do |f| %>
<div class='col-md-6'>
<%= f.select('locale', add_exhibit_language_dropdown_options, prompt: t('.selection_prompt')) %>
<%= hidden_field_tag :tab, 'language' %>
</div>
<%= f.submit nil, class: 'btn btn-primary' %>