Sha256: 641246a1a261ff48bf5bc90949d4c34142adcdfb9ba1f2dd2a214552a044eed5

Contents?: true

Size: 431 Bytes

Versions: 23

Compression:

Stored size: 431 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 %>
    <% end %>
  <% end %>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
blacklight-spotlight-3.4.1 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-3.4.0 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-3.3.0 app/views/spotlight/search_configurations/_document_index_view_types.html.erb