Skip to content

Commit

Permalink
Updates labelfor based near on the work show page. Adds source to sho…
Browse files Browse the repository at this point in the history
…w view.
  • Loading branch information
mtribone committed Aug 24, 2016
1 parent 91f5804 commit 28533a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,7 @@
<%= 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) %>
<%= presenter.attribute_to_html(:source) %>

0 comments on commit 28533a2

Please sign in to comment.