Sha256: 39d581fa743d7404788816f5402055b8c5c065575152e59a9d2af614416f1c11

Contents?: true

Size: 355 Bytes

Versions: 13

Compression:

Stored size: 355 Bytes

Contents

<div class="modal-header">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  <h3 class="modal-title"><%= t('blacklight.search.librarian_view.title') %></h3>
</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 & 2 rubygems

Version Path
blacklight-marc-6.3.0 app/views/catalog/librarian_view.html.erb
blacklight-marc-6.2.0 app/views/catalog/librarian_view.html.erb
blacklight-marc-6.1.1 app/views/catalog/librarian_view.html.erb
blacklight-marc-6.1.0 app/views/catalog/librarian_view.html.erb
blacklight-marc-6.0.0 app/views/catalog/librarian_view.html.erb
blacklight-marc-5.10.0 app/views/catalog/librarian_view.html.erb
blacklight-marc-5.5.0 app/views/catalog/librarian_view.html.erb
blacklight-marc-5.4.0 app/views/catalog/librarian_view.html.erb
blacklight-marc-5.0.0 app/views/catalog/librarian_view.html.erb
blacklight_marc-0.0.9 app/views/catalog/librarian_view.html.erb
blacklight_marc-0.0.8 app/views/catalog/librarian_view.html.erb
blacklight_marc-0.0.7 app/views/catalog/librarian_view.html.erb
blacklight_marc-0.0.6 app/views/catalog/librarian_view.html.erb