From 5333c6ac9ceb11089e4a0bc34961c61f0b0789ec Mon Sep 17 00:00:00 2001 From: Blanco Date: Fri, 12 Jun 2020 15:19:11 -0400 Subject: [PATCH] display thumbnail in public collection page. Fixes issue #3358 --- app/views/hyrax/collections/show.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/hyrax/collections/show.html.erb b/app/views/hyrax/collections/show.html.erb index b7903328e5..8698139c3d 100644 --- a/app/views/hyrax/collections/show.html.erb +++ b/app/views/hyrax/collections/show.html.erb @@ -69,6 +69,7 @@
+ <%= render 'hyrax/collections/media_display', presenter: @presenter %> <% unless collection_search_parameters? %>

<%= t('hyrax.dashboard.collections.show.metadata_header') %>

<%= render 'show_descriptions' %>