Sha256: d7f3dcff8af34a0eba7be1273a5478f53e2dbf9c6b621895261fc8d78749cbb6
Contents?: true
Size: 1.71 KB
Versions: 13
Compression:
Stored size: 1.71 KB
Contents
<%= render(Blacklight::SearchContextComponent.new(search_context: @search_context, search_session: search_session)) if search_session['document_id'] == @document.id %> <% @page_title = t('blacklight.search.show.title', document_title: Deprecation.silence(Blacklight::BlacklightHelperBehavior) { document_show_html_title }, application_name: application_name).html_safe %> <% content_for(:head) { render_link_rel_alternates } %> <%= render (blacklight_config.view_config(:show).document_component || Blacklight::DocumentComponent).new(presenter: document_presenter(@document), component: :div, title_component: :h1, show: true) do |component| %> <% component.footer do %> <% if @document.respond_to?(:export_as_openurl_ctx_kev) %> <!-- // COinS, for Zotero among others. // This document_partial_name(@document) business is not quite right, // but has been there for a while. --> <span class="Z3988" title="<%= @document.export_as_openurl_ctx_kev(Deprecation.silence(Blacklight::RenderPartialsHelperBehavior) { document_partial_name(@document) }) %>"></span> <% end %> <% end %> <%# Use :body for complete backwards compatibility (overriding the component body markup), but if the app explicitly opted-in to components, make the partials data available as :partials to ease migrations pain %> <% component.public_send(blacklight_config.view_config(:show).document_component.blank? && blacklight_config.view_config(:show).partials.any? ? :body : :partial) do %> <div id="doc_<%= @document.id.to_s.parameterize %>"> <%= render_document_partials @document, blacklight_config.view_config(:show).partials, component: component %> </div> <% end %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems