Skip to content

Commit

Permalink
🎁 Work show pg: Display Part Of as Periodical
Browse files Browse the repository at this point in the history
In the non knapsack app, the part of label was called "Periodical". For the sake of consistency, the client would like to keep it this way.

Issue:
- https://github.com/scientist-softserv/adventist-dl/issues/658
  • Loading branch information
Shana Moore committed Nov 20, 2023
1 parent 02cf6dc commit f7a042b
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
@@ -12,7 +12,7 @@
<% if can? :read, :admin_dashboard %>
<%= presenter.attribute_to_html(:resource_type, render_as: :faceted) %>
<% end %>
<%= presenter.attribute_to_html(:part_of, render_as: :faceted) %>
<%= presenter.attribute_to_html(:part_of, render_as: :faceted, label: 'Periodical') %>
<%= presenter.attribute_to_html(:source, render_as: :faceted) %>
<%= presenter.attribute_to_html(:aark_id, label: I18n.t('dog_biscuits.fields.aark_id')) %>
<%= presenter.attribute_to_html(:place_of_publication) %>

0 comments on commit f7a042b

Please sign in to comment.