Skip to content

Commit

Permalink
♻️ Add html_dl to extent
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Feb 2, 2024
1 parent d4960f2 commit caab46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/base/_attribute_rows.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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(:extent) %>
<%= presenter.attribute_to_html(:extent, 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) %>
Expand Down

0 comments on commit caab46f

Please sign in to comment.