Sha256: 6ebc29aeecac46394be02bc2c50086b0ccfa3c1cb23f83e789260375bbaa9c1b

Contents?: true

Size: 408 Bytes

Versions: 5

Compression:

Stored size: 408 Bytes

Contents

<%= f.form_group :document_index_view_types, label: {text: t(:'.document_index_view_types')} 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 }.keys.each do |key| %>
      <%= vt.check_box key %>
    <% end %>
  <% end %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-spotlight-0.7.2 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-0.7.1 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-0.7.0 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-0.6.0 app/views/spotlight/search_configurations/_document_index_view_types.html.erb
blacklight-spotlight-0.5.0 app/views/spotlight/search_configurations/_document_index_view_types.html.erb