app/views/hyrax/base/_attribute_rows.html.erb in hyrax-3.0.0.pre.beta2 vs app/views/hyrax/base/_attribute_rows.html.erb in hyrax-3.0.0.pre.beta3

- old
+ new

@@ -1,5 +1,6 @@ +<%= presenter.attribute_to_html(:abstract, html_dl: true) %> <%= presenter.attribute_to_html(:date_modified, label: t('hyrax.base.show.last_modified'), html_dl: true) %> <%= presenter.attribute_to_html(:creator, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:contributor, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:subject, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:publisher, render_as: :faceted, html_dl: true) %> @@ -11,6 +12,7 @@ <%= presenter.attribute_to_html(:related_url, render_as: :external_link, html_dl: true) %> <%= presenter.attribute_to_html(:resource_type, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:source, html_dl: true) %> <%= presenter.attribute_to_html(:rights_statement, render_as: :rights_statement, html_dl: true) %> <%= presenter.attribute_to_html(:rights_notes, html_dl: true) %> +<%= presenter.attribute_to_html(:access_right, html_dl: true) %> <%= presenter.attribute_to_html(:license, render_as: :license, html_dl: true) %>