1- <%= presenter.attribute_to_html(:admin_note, html_dl: true) if presenter.editor? %>
2- <%= presenter.attribute_to_html(:alternative_title, html_dl: true) %>
3- <%= presenter.attribute_to_html(:creator, html_dl: true) %>
4- <%= presenter.attribute_to_html(:contributor, html_dl: true) %>
5- <%= presenter.attribute_to_html(:subject, html_dl: true) %>
6- <%= presenter.attribute_to_html(:abstract, html_dl: true) %>
7- <%= presenter.attribute_to_html(:publisher, html_dl: true) %>
8- <%= presenter.attribute_to_html(:language, html_dl: true) %>
9- <%= presenter.attribute_to_html(:identifier, search_field: 'identifier_tesim', html_dl: true) %>
10- <%= presenter.attribute_to_html(:based_near_label, html_dl: true) %>
11- <%= presenter.attribute_to_html(:keyword, html_dl: true) %>
12- <%= presenter.attribute_to_html(:date_created, search_field: 'date_created_tesim', html_dl: true) %>
13- <%= presenter.attribute_to_html(:related_url, render_as: :external_link, html_dl: true, label: 'Related URL') %>
14- <%= presenter.attribute_to_html(:resource_type, html_dl: true) %>
15- <%= presenter.attribute_to_html(:source, html_dl: true) %>
16- <%= presenter.attribute_to_html(:additional_information, html_dl: true) %>
17- <%= presenter.attribute_to_html(:rights_statement, html_dl: true) %>
18- <%= presenter.attribute_to_html(:rights_notes, html_dl: true) %>
19- <%= presenter.attribute_to_html(:extent, html_dl: true) %>
20- <%= presenter.attribute_to_html(:bibliographic_citation, html_dl: true) %>
21- <%= presenter.attribute_to_html(:contributing_library, html_dl: true) if presenter.editor? %>
22- <%= presenter.attribute_to_html(:library_catalog_identifier, html_dl: true) if presenter.editor? %>
23- <%= presenter.attribute_to_html(:chronology_note, html_dl: true) if presenter.editor? %>
1+ <% view_options_for(presenter).each do |field, options| %>
2+ <% view_options = conform_options(field, options) %>
3+ <%= presenter.attribute_to_html(conform_field(field, options), view_options) if field_visible?(view_options, presenter) %>
4+ <% end %>
0 commit comments