Sha256: 627fa2e8b40b113dc1113257c29ccfc88a62a8d7cf05f313b0aa4d30055655dc

Contents?: true

Size: 787 Bytes

Versions: 19

Compression:

Stored size: 787 Bytes

Contents

<%-
  # Compare with render_document_functions_partial helper, and
  # _document_functions partial. BL actually has two groups
  # of document-related tools. "document functions" by default
  # contains Bookmark functionality shown on both results and
  # item view. While "document tools" contains external export type
  # functions by default only on detail.

-%>
<% if show_doc_actions? %>
  <div class="panel panel-default show-tools">
    <div class="panel-heading">
      <%= t('blacklight.tools.title') %>
    </div>

    <div class="panel-body">
      <ul class="nav">
        <%= render_show_doc_actions @document do |config, inner| %>
          <li class="<%= config.key %>">
            <%= inner %>
          </li>
        <% end %>
      </ul>
    </div>
  </div>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/catalog/_show_tools.html.erb
blacklight-6.24.0 app/views/catalog/_show_tools.html.erb
blacklight-6.23.0 app/views/catalog/_show_tools.html.erb
blacklight-6.22.0 app/views/catalog/_show_tools.html.erb
blacklight-6.21.0 app/views/catalog/_show_tools.html.erb
blacklight-6.20.0 app/views/catalog/_show_tools.html.erb
blacklight-6.19.2 app/views/catalog/_show_tools.html.erb
blacklight-6.19.1 app/views/catalog/_show_tools.html.erb
blacklight-6.19.0 app/views/catalog/_show_tools.html.erb
blacklight-6.18.0 app/views/catalog/_show_tools.html.erb
blacklight-6.17.0 app/views/catalog/_show_tools.html.erb
blacklight-6.16.0 app/views/catalog/_show_tools.html.erb
blacklight-6.15.0 app/views/catalog/_show_tools.html.erb
blacklight-6.14.1 app/views/catalog/_show_tools.html.erb
blacklight-6.14.0 app/views/catalog/_show_tools.html.erb
blacklight-6.13.0 app/views/catalog/_show_tools.html.erb
blacklight-6.12.0 app/views/catalog/_show_tools.html.erb
blacklight-6.11.2 app/views/catalog/_show_tools.html.erb
blacklight-6.11.1 app/views/catalog/_show_tools.html.erb