Skip to content

Commit

Permalink
display thumbnail in public collection page. Fixes issue #3358
Browse files Browse the repository at this point in the history
  • Loading branch information
blancoj committed Jun 9, 2020
1 parent 0fb9b48 commit 2e61bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/hyrax/collections/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

</div>
<div class="col-md-4 hyc-metadata">
<%= render 'hyrax/collections/media_display', presenter: @presenter %>
<% unless has_collection_search_parameters? %>
<h2><%= t('hyrax.dashboard.collections.show.metadata_header') %></h2>
<%= render 'show_descriptions' %>
Expand Down

0 comments on commit 2e61bce

Please sign in to comment.