Sha256: e2ec6286030bf1057209c21bc35c68e0efed8f7daba04681bb2ace59c0ca54b6

Contents?: true

Size: 764 Bytes

Versions: 13

Compression:

Stored size: 764 Bytes

Contents

<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: actions,
                                                        url_opts: Blacklight::Parameters.sanitize(params.to_unsafe_h)) %>
</div>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
blacklight-8.6.1 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.6.0 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.5.1 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.5.0 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.4.0 app/components/blacklight/document/show_tools_component.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.3.0 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.2.2 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.2.1 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.2.0 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.1.0 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.0.1 app/components/blacklight/document/show_tools_component.html.erb
blacklight-8.0.0 app/components/blacklight/document/show_tools_component.html.erb