Sha256: d965aec91690314385dd9c6ab34f783c008b90588b3dfdf78be5ff0881005b9a
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
<%= presenter.attribute_to_html(:date_modified, label: t('hyrax.base.show.last_modified')) %> <%= presenter.attribute_to_html(:creator, render_as: :faceted) %> <%= presenter.attribute_to_html(:contributor, render_as: :faceted) %> <%= presenter.attribute_to_html(:subject, render_as: :faceted) %> <%= presenter.attribute_to_html(:publisher, render_as: :faceted) %> <%= presenter.attribute_to_html(:language, render_as: :faceted) %> <%= presenter.attribute_to_html(:identifier, render_as: :linked, search_field: 'identifier_tesim') %> <%= presenter.attribute_to_html(:keyword, render_as: :faceted) %> <%= presenter.attribute_to_html(:date_created, render_as: :linked, search_field: 'date_created_tesim') %> <%= presenter.attribute_to_html(:based_near_label) %> <%= presenter.attribute_to_html(:related_url, render_as: :external_link) %> <%= presenter.attribute_to_html(:resource_type, render_as: :faceted) %> <%= presenter.attribute_to_html(:source) %> <%= presenter.attribute_to_html(:rights_statement, render_as: :rights_statement) %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyrax-2.1.0.beta2 | app/views/hyrax/base/_attribute_rows.html.erb |
hyrax-2.1.0.beta1 | app/views/hyrax/base/_attribute_rows.html.erb |