Sha256: ae31e71296f022422c06983958db7284c225830e6425ce62ce53b8221745c4c1

Contents?: true

Size: 746 Bytes

Versions: 63

Compression:

Stored size: 746 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.

-%>
<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>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
blacklight-6.11.0 app/views/catalog/_show_tools.html.erb
blacklight-6.10.1 app/views/catalog/_show_tools.html.erb
blacklight-6.10.0 app/views/catalog/_show_tools.html.erb
blacklight-6.9.0 app/views/catalog/_show_tools.html.erb
blacklight-6.8.0 app/views/catalog/_show_tools.html.erb
blacklight-6.7.3 app/views/catalog/_show_tools.html.erb
blacklight-6.7.2 app/views/catalog/_show_tools.html.erb
blacklight-5.19.2 app/views/catalog/_show_tools.html.erb
blacklight-5.19.1 app/views/catalog/_show_tools.html.erb
blacklight-6.7.1 app/views/catalog/_show_tools.html.erb
blacklight-6.7.0 app/views/catalog/_show_tools.html.erb
blacklight-6.6.2 app/views/catalog/_show_tools.html.erb
blacklight-6.6.1 app/views/catalog/_show_tools.html.erb
blacklight-6.6.0 app/views/catalog/_show_tools.html.erb
blacklight-5.19.0 app/views/catalog/_show_tools.html.erb
blacklight-6.5.0 app/views/catalog/_show_tools.html.erb
blacklight-6.4.2 app/views/catalog/_show_tools.html.erb
blacklight-6.4.1 app/views/catalog/_show_tools.html.erb
blacklight-6.4.0 app/views/catalog/_show_tools.html.erb
blacklight-6.3.3 app/views/catalog/_show_tools.html.erb