Sha256: 404e22e3f3711d84ebbb5fb65c94eb83ba6764980dd9aa6f504e827e92820eeb

Contents?: true

Size: 566 Bytes

Versions: 8

Compression:

Stored size: 566 Bytes

Contents

<% if Spotlight::Engine.config.site_tags %>
  <div class="form-group row">
  <label class="col-form-label col-md-2" for="tag_list">Tag list</label>
  <div class="col-md-10">
    <div class="overflow-scroll rounded border px-3 py-2 h-25" style="overflow: scroll; height: 25vh!important;">
      <% Spotlight::Engine.config.site_tags.each do |tag| %>
        <%= form.check_box :tag_list, { multiple: true, label: tag }, tag , nil %>
      <% end %>
    </div>
  </div>
  </div>
<% else %>
  <%= form.text_field :tag_list, value: form.object.tag_list.to_s %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.3.5 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.3.4 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.3.3 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.3.2 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.3.1 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.3.0 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.2.0 app/components/spotlight/tag_list_form_component.html.erb