Sha256: 24a4d5579e2cb56a8e161b244b767b5c09bd9b05c5bb4466819b98c94fdc76cd

Contents?: true

Size: 1.06 KB

Versions: 12

Compression:

Stored size: 1.06 KB

Contents

<%= render blacklight_config.view_config(:show).document_header_component.new(document: @document, search_context: @search_context, search_session: search_session) %>
<% @page_title = t('blacklight.search.show.title', document_title: document_presenter(@document).html_title, application_name: application_name).html_safe %>
<% content_for(:head) { render_link_rel_alternates } %>

<% document_component = blacklight_config.view_config(:show).document_component -%>
<%= render (document_component).new(document_component.collection_parameter => document_presenter(@document), component: :div, show: true, partials: blacklight_config.view_config(:show).partials) do |component| %>
  <% component.with_title(as: 'h1', classes: '', link_to_document: false, actions: false) %>
  <% component.with_footer do %>
    <% if @document.respond_to?(:export_as_openurl_ctx_kev) %>
      <!-- COinS, for Zotero among others. -->
      <span class="Z3988" title="<%= @document.export_as_openurl_ctx_kev(document_presenter(@document).display_type) %>"></span>
    <% end %>
  <% end %>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-8.8.4 app/views/catalog/_show_main_content.html.erb
blacklight-8.8.3 app/views/catalog/_show_main_content.html.erb
blacklight-8.8.2 app/views/catalog/_show_main_content.html.erb
blacklight-9.0.0.beta1 app/views/catalog/_show_main_content.html.erb
blacklight-8.8.1 app/views/catalog/_show_main_content.html.erb
blacklight-8.8.0 app/views/catalog/_show_main_content.html.erb
blacklight-8.7.0 app/views/catalog/_show_main_content.html.erb
blacklight-8.6.1 app/views/catalog/_show_main_content.html.erb
blacklight-8.6.0 app/views/catalog/_show_main_content.html.erb
blacklight-8.5.1 app/views/catalog/_show_main_content.html.erb
blacklight-8.5.0 app/views/catalog/_show_main_content.html.erb
blacklight-8.4.0 app/views/catalog/_show_main_content.html.erb