Sha256: ca42f619d048f47f2a1bd32db6dd629d00a47d79aa9039c8ada701ad1b509805
Contents?: true
Size: 412 Bytes
Versions: 66
Compression:
Stored size: 412 Bytes
Contents
<%= f.form_group :document_index_view_types, label: {text: t(:'.label')} 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, label: view_label(key) %> <% end %> <% end %> <% end %>
Version data entries
66 entries across 66 versions & 1 rubygems