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