Sha256: f0d909f7f5fef1332d3084cfd4a7ebd6abd653e1e644db7fb524c47deb0efa00

Contents?: true

Size: 845 Bytes

Versions: 8

Compression:

Stored size: 845 Bytes

Contents

<% if show_doc_actions? %>
  <div class="card show-tools">
    <div class="card-header">
      <h2 class="mb-0 h6"><%= t('blacklight.tools.title') %></h2>
    </div>
    <%= render Blacklight::Document::ActionsComponent.new(document: document,
                                                          tag: 'ul',
                                                          classes: 'list-group list-group-flush',
                                                          wrapping_tag: 'li',
                                                          wrapping_classes: 'list-group-item list-group-item-action',
                                                          actions: document_actions(document),
                                                          url_opts: Blacklight::Parameters.sanitize(params.to_unsafe_h)) %>
  </div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-8.0.0.beta8 app/views/catalog/_show_tools.html.erb
blacklight-8.0.0.beta7 app/views/catalog/_show_tools.html.erb
blacklight-8.0.0.beta6 app/views/catalog/_show_tools.html.erb
blacklight-8.0.0.beta5 app/views/catalog/_show_tools.html.erb
blacklight-8.0.0.beta4 app/views/catalog/_show_tools.html.erb
blacklight-8.0.0.beta3 app/views/catalog/_show_tools.html.erb
blacklight-8.0.0.beta2 app/views/catalog/_show_tools.html.erb
blacklight-8.0.0.beta1 app/views/catalog/_show_tools.html.erb