Sha256: b3a4d7ede1093d6909fd6269303fda3a067f28c42bbddfa049a4fb011756f108

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

<div class="modal-header">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  <h1 class="modal-title"><%= 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

1 entries across 1 versions & 1 rubygems

Version Path
blacklight_marc-0.0.5 app/views/catalog/librarian_view.html.erb