Sha256: c4f433f75868da97caf5b44432fd3450283e189e0f5052a8e2425061aa7c292f

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

<div>
  <h1 class="modal-title"><%= title %></h1>

  <%= @formats.each do |i18n_key, citation_method| %>
    <h2><%= t(i18n_key) %></h2>
    <%= @document.send(citation_method).html_safe %>
    <% unless @formats.keys.last === i18n_key %><br/><br/><% end %>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-7.11.1 app/components/blacklight/document/citation_component.html.erb