Sha256: e5c6a3c19bedfcddecd493b88a7e91847116792eeabb57782681c7ae689767f8

Contents?: true

Size: 334 Bytes

Versions: 5

Compression:

Stored size: 334 Bytes

Contents

<%= render Blacklight::System::ModalComponent.new do |component| %>
  <% component.with_title { t('blacklight.search.librarian_view.title') } %>
  <%- if @document.respond_to?(:to_marc) -%>
    <%= render "marc_view", document: @document %>
  <%- else %>
    <%= t('blacklight.search.librarian_view.empty') %>
  <%- end -%>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-marc-8.1.4 app/views/catalog/librarian_view.html.erb
blacklight-marc-8.1.3 app/views/catalog/librarian_view.html.erb
blacklight-marc-8.1.2 app/views/catalog/librarian_view.html.erb
blacklight-marc-8.1.1 app/views/catalog/librarian_view.html.erb
blacklight-marc-8.1.0 app/views/catalog/librarian_view.html.erb