Sha256: 7500187aca6aa979f207136b886bc58203bcb68786296a477eeeb19f62866f43

Contents?: true

Size: 415 Bytes

Versions: 15

Compression:

Stored size: 415 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>

    <ul class="list-group list-group-flush">
      <%= render_show_doc_actions @document do |config, inner| %>
        <li class="list-group-item <%= config.key %>">
          <%= inner %>
        </li>
      <% end %>
    </ul>
  </div>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
blacklight-7.11.1 app/views/catalog/_show_tools.html.erb
blacklight-7.10.0 app/views/catalog/_show_tools.html.erb
blacklight-7.9.0 app/views/catalog/_show_tools.html.erb
blacklight-7.8.1 app/views/catalog/_show_tools.html.erb
blacklight-7.8.0 app/views/catalog/_show_tools.html.erb
blacklight-7.7.0 app/views/catalog/_show_tools.html.erb
blacklight-7.6.0 app/views/catalog/_show_tools.html.erb
blacklight-7.5.1 app/views/catalog/_show_tools.html.erb
blacklight-7.5.0 app/views/catalog/_show_tools.html.erb
blacklight-7.4.2 app/views/catalog/_show_tools.html.erb
blacklight-7.4.1 app/views/catalog/_show_tools.html.erb
blacklight-7.4.0 app/views/catalog/_show_tools.html.erb
blacklight-7.3.0 app/views/catalog/_show_tools.html.erb
blacklight-7.2.0 app/views/catalog/_show_tools.html.erb
blacklight-7.1.0 app/views/catalog/_show_tools.html.erb