Sha256: 0e41fdd7cdbc58784428cc5bb3ca7ee02e7b989e7d9fd14b261e83e10a2b5620
Contents?: true
Size: 820 Bytes
Versions: 8
Compression:
Stored size: 820 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="card show-tools"> <div class="card-header"> <h2><%= t('blacklight.tools.title') %></h2> </div> <ul class="list-group list-group-flush"> <%= render_show_doc_actions @document do |config, inner| %> <% if inner.present? %> <li class="list-group-item <%= config.key %>"> <%= inner %> </li> <% end %> <% end %> </ul> </div> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems