Sha256: 44ae326fda2a7e418ddb8a71498985b5d08a77bbdf04d1f311b5bd2f1254a50a

Contents?: true

Size: 436 Bytes

Versions: 7

Compression:

Stored size: 436 Bytes

Contents

<%= f.form_group :document_index_view_types, label: {text: t(:'.label'), class: 'pt-0'} do %>
  <%= f.fields_for :document_index_view_types, @blacklight_configuration.document_index_view_types_selected_hash do |vt| %>
    <% @blacklight_configuration.default_blacklight_config.view.select { |_k, v| v.if != false }.each do |key, view| %>
      <%= vt.check_box key, label: view.display_label(key) %>
    <% end %>
  <% end %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-spotlight-3.2.0 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-3.1.0 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-3.0.3 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-3.0.2 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-3.0.1 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-3.0.0 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-3.0.0.rc6 app/views/spotlight/search_configurations/_document_index_view_types.html.erb