Sha256: 54fd3917fa9aaaf36bb7e745caa5cb105a430e552461573b17bd9d45049a24c1

Contents?: true

Size: 644 Bytes

Versions: 31

Compression:

Stored size: 644 Bytes

Contents

<div class="dropdown bulk-actions-dropdown">
  <button class="btn btn-secondary dropdown-toggle" type="button" id="bulk-actions-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
    <%= t(:'spotlight.bulk_actions.label') %>
  </button>
  <div class="dropdown-menu" aria-labelledby="bulk-actions-button">
    <% blacklight_config.bulk_actions.each do |key, _config| %>
      <%= link_to t("spotlight.bulk_actions.#{key}.heading"), '#', class: 'dropdown-item', data: {toggle:"modal", target:"##{key.to_s.dasherize}-modal"} %>
    <% end %>
  </div>
</div>

<%= render_filtered_partials(blacklight_config.bulk_actions) %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
blacklight-spotlight-3.4.1 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.4.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.3.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.2.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.1.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.0.3 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.0.2 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.0.1 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.0.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.0.0.rc6 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-3.0.0.rc5 app/views/catalog/_bulk_actions.html.erb