Skip to content

Commit

Permalink
Updates label on the work show page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtribone committed Aug 24, 2016
1 parent 444b901 commit 9afe2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/curation_concerns/base/_attribute_rows.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<%= presenter.attribute_to_html(:identifier, render_as: :linked, search_field: 'identifier_tesim') %>
<%= presenter.attribute_to_html(:keyword, render_as: :faceted) %>
<%= presenter.attribute_to_html(:date_created, render_as: :linked, search_field: 'date_created_tesim') %>
<%= presenter.attribute_to_html(:based_near, render_as: :faceted) %>
<%= presenter.attribute_to_html(:based_near, label: 'Location', render_as: :faceted) %>
<%= presenter.attribute_to_html(:related_url) %>
<%= presenter.attribute_to_html(:resource_type, render_as: :faceted) %>

0 comments on commit 9afe2b3

Please sign in to comment.