diff --git a/app/views/themes/reshare_show/hyrax/base/_attribute_rows.html.erb b/app/views/themes/reshare_show/hyrax/base/_attribute_rows.html.erb index 76bb6e572..c05132f70 100644 --- a/app/views/themes/reshare_show/hyrax/base/_attribute_rows.html.erb +++ b/app/views/themes/reshare_show/hyrax/base/_attribute_rows.html.erb @@ -17,4 +17,7 @@ <%= presenter.attribute_to_html(:rights_statement, html_dl: true) %> <%= presenter.attribute_to_html(:rights_notes, html_dl: true) %> <%= presenter.attribute_to_html(:extent, html_dl: true) %> -<%= presenter.attribute_to_html(:bibliographic_citation, html_dl: true) %> \ No newline at end of file +<%= presenter.attribute_to_html(:bibliographic_citation, html_dl: true) %> +<%= presenter.attribute_to_html(:contributing_library, html_dl: true) if presenter.editor? %> +<%= presenter.attribute_to_html(:library_catalog_identifier, html_dl: true) if presenter.editor? %> +<%= presenter.attribute_to_html(:chronology_note, html_dl: true) if presenter.editor? %> \ No newline at end of file