app/views/hyrax/base/_metadata.html.erb in hyrax-2.1.0.beta2 vs app/views/hyrax/base/_metadata.html.erb in hyrax-2.1.0.rc1

- old
+ new

@@ -1,8 +1,6 @@ -<table class="table table-borderless <%= dom_class(presenter) %> attributes" <%= presenter.microdata_type_to_html %>> - <tbody> +<dl class="work-show <%= dom_class(presenter) %>" <%= presenter.microdata_type_to_html %>> <%= render 'attribute_rows', presenter: presenter %> - <%= presenter.attribute_to_html(:embargo_release_date, render_as: :date) %> - <%= presenter.attribute_to_html(:lease_expiration_date, render_as: :date) %> - <%= presenter.attribute_to_html(:license, render_as: :license) %> - </tbody> -</table> + <%= presenter.attribute_to_html(:embargo_release_date, render_as: :date, html_dl: true) %> + <%= presenter.attribute_to_html(:lease_expiration_date, render_as: :date, html_dl: true) %> + <%= presenter.attribute_to_html(:license, render_as: :license, html_dl: true) %> + </dl> \ No newline at end of file