Sha256: 629036fc4517703401680abf5f65604dca0381287e1e195e2b5dcc73eb3d1a1d

Contents?: true

Size: 412 Bytes

Versions: 14

Compression:

Stored size: 412 Bytes

Contents

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
blacklight-7.30.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.29.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.28.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.27.1 app/components/blacklight/document/action_component.html.erb
blacklight-7.27.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.26.1 app/components/blacklight/document/action_component.html.erb
blacklight-7.26.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.25.3 app/components/blacklight/document/action_component.html.erb
blacklight-7.25.2 app/components/blacklight/document/action_component.html.erb
blacklight-7.25.1 app/components/blacklight/document/action_component.html.erb
blacklight-7.25.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.24.0 app/components/blacklight/document/action_component.html.erb
blacklight-7.23.0.1 app/components/blacklight/document/action_component.html.erb
blacklight-7.23.0 app/components/blacklight/document/action_component.html.erb