Skip to content

Commit

Permalink
added semicolon 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 3347040 commit a01bde4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/manifestations/_show_creators.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
(<%= 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 %>
Expand Down

0 comments on commit a01bde4

Please sign in to comment.