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