Sha256: 05974ccd1ef9dd6d783daf415c69b9af359a329711e3b1097bed3b2f5d1767ae

Contents?: true

Size: 335 Bytes

Versions: 13

Compression:

Stored size: 335 Bytes

Contents

<div class="modal-header">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  <h1><%= t('blacklight.search.librarian_view.title') %></h1>
</div>
<%- if @document.respond_to?(:to_marc) -%>
  <%= render "marc_view" %>
<%- else %>
  <%= t('blacklight.search.librarian_view.empty') %>
<%- end -%>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/librarian_view.html.erb
blacklight-4.8.0 app/views/catalog/librarian_view.html.erb
blacklight-4.7.0 app/views/catalog/librarian_view.html.erb
blacklight-4.7.0.pre1 app/views/catalog/librarian_view.html.erb
blacklight-4.6.3 app/views/catalog/librarian_view.html.erb
blacklight-4.6.2 app/views/catalog/librarian_view.html.erb
blacklight-4.6.1 app/views/catalog/librarian_view.html.erb
blacklight-4.6.0 app/views/catalog/librarian_view.html.erb
blacklight-4.5.0 app/views/catalog/librarian_view.html.erb
blacklight-4.5.0.rc1 app/views/catalog/librarian_view.html.erb
blacklight-4.4.2 app/views/catalog/librarian_view.html.erb
blacklight-4.4.1 app/views/catalog/librarian_view.html.erb
blacklight-4.4.0 app/views/catalog/librarian_view.html.erb