Sha256: ae804b7fda3a96cc6088b3dae1c05763795352bbf4194fb0b81f4f5bf69d2518

Contents?: true

Size: 571 Bytes

Versions: 9

Compression:

Stored size: 571 Bytes

Contents

<% if Spotlight::Engine.config.site_tags %>
  <div class="form-group mb-3 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

9 entries across 9 versions & 1 rubygems

Version Path
blacklight-spotlight-5.0.0.pre.alpha3 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-5.0.0.pre.alpha2 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-5.0.0.pre.alpha1 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.7.1 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.7.0 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.6.1 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.6.0 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.5.0 app/components/spotlight/tag_list_form_component.html.erb
blacklight-spotlight-4.4.0 app/components/spotlight/tag_list_form_component.html.erb