Sha256: d1e800e5bc3fadef747c70216d8688687536392fe83f45bf4d979b5c0aed5b15

Contents?: true

Size: 601 Bytes

Versions: 7

Compression:

Stored size: 601 Bytes

Contents

<%= content_tag('div', class: 'al-document-creator') do %>
  <%= document.creator %>
<% end if document.creator %>

<%= content_tag('div', class: 'al-document-extent') do %>
  <%= document.extent %>
<% end if document.extent %>

<%= content_tag('div', class: 'al-document-abstract-or-scope') do %>
  <%= content_tag('div', 'data-arclight-truncate' => true) do %>
    <%= document.abstract_or_scope %>
  <% end %>
<% end if document.abstract_or_scope %>

<%= content_tag('div', class: 'al-document-highlight') do %>
  <%= document.highlights.join('<br/>').html_safe %>
<% end if document.highlights %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arclight-0.5.0 app/views/catalog/_index_default.html.erb
arclight-0.4.0 app/views/catalog/_index_default.html.erb
arclight-0.3.3 app/views/catalog/_index_default.html.erb
arclight-0.3.2 app/views/catalog/_index_default.html.erb
arclight-0.3.1 app/views/catalog/_index_default.html.erb
arclight-0.3.0 app/views/catalog/_index_default.html.erb
arclight-0.2.0 app/views/catalog/_index_default.html.erb