Sha256: a90a07b7a2b7321d27d7dc937171c50c9b1a9ad174eb08028731f4dd17d859c6

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

<div class="dropdown bulk-actions-dropdown">
  <%= button %>
  <div class="dropdown-menu" aria-labelledby="bulk-actions-button">
    <% 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>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-4.6.1 app/components/spotlight/bulk_action_component.html.erb
blacklight-spotlight-4.6.0 app/components/spotlight/bulk_action_component.html.erb