Sha256: 0fa18746f729c20b6f8f35c9648c6c852122b5ae58eaa23785ceaff26de2c306

Contents?: true

Size: 741 Bytes

Versions: 17

Compression:

Stored size: 741 Bytes

Contents

<div class="dropdown bulk-actions-dropdown">
  <button class="btn btn-secondary dropdown-toggle" type="button" id="bulk-actions-button" data-toggle="dropdown" data-bs-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", "bs-toggle": "modal", target: "##{key.to_s.dasherize}-modal", "bs-target": "##{key.to_s.dasherize}-modal" } %>
    <% end %>
  </div>
</div>

<%= render_filtered_partials(blacklight_config.bulk_actions) %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
blacklight-spotlight-4.5.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.4.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.3.6 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.3.5 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.3.4 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.3.3 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.3.2 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.3.1 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.3.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.2.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.1.2 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.1.1 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.1.0 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.0.3 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.0.2 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.0.1 app/views/catalog/_bulk_actions.html.erb
blacklight-spotlight-4.0.0 app/views/catalog/_bulk_actions.html.erb