Skip to content

Commit

Permalink
added link to classification next-l/enju_leaf#569
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Apr 18, 2015
1 parent 8e7211e commit 3347040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/manifestations/_show_creators.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
<%- if manifestation.pub_date.present? -%>
(<%= manifestation.pub_date -%>)
<%- end -%>
<% if defined?(EnjuSubject) %>
<% manifestation.classifications.each do |classification| %>
<%= link_to "#{classification.classification_type.display_name.localize}: #{classification.category}", manifestations_path(query: "classification_sm:#{classification.classification_type.name}_#{classification.category}") %>
<% end %>
<% end %>

0 comments on commit 3347040

Please sign in to comment.