Sha256: 4c3df5e6931b94e1b1925282d612fc8a1af0a6defb6cae132d3997b86860dca9

Contents?: true

Size: 415 Bytes

Versions: 10

Compression:

Stored size: 415 Bytes

Contents

<% if using_default_document_action? %>
  <%= link_to label,
              url,
              id: @id,
              class: 'nav-link',
              data: {}.merge(({ blacklight_modal: "trigger" } if @action.modal != false) || {}) %>
<% else %>
  <%= @view_context.render(partial: @action.partial || @action.name.to_s, locals: { document: @document, document_action_config: @action }.merge(@options)) %>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
blacklight-7.15.2 app/components/blacklight/document/action_component.html.erb
blacklight-7.15.1 app/components/blacklight/document/action_component.html.erb
blacklight-7.15.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.14.1 app/components/blacklight/document/action_component.html.erb
blacklight-7.14.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.13.2 app/components/blacklight/document/action_component.html.erb
blacklight-7.13.1 app/components/blacklight/document/action_component.html.erb
blacklight-7.13.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.12.1 app/components/blacklight/document/action_component.html.erb
blacklight-7.12.0 app/components/blacklight/document/action_component.html.erb