From be44e006264381998cd452c949d2bfdf84ccf70d Mon Sep 17 00:00:00 2001 From: Andrew Browning Date: Mon, 17 Oct 2016 12:51:36 -0400 Subject: [PATCH] Fix #5484 - Add video icon to collection thumbnail --- .../templates/mediagoblin/utils/collection_gallery.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mediagoblin/templates/mediagoblin/utils/collection_gallery.html b/mediagoblin/templates/mediagoblin/utils/collection_gallery.html index 86680cb6..498aeb77 100644 --- a/mediagoblin/templates/mediagoblin/utils/collection_gallery.html +++ b/mediagoblin/templates/mediagoblin/utils/collection_gallery.html @@ -31,6 +31,9 @@ {%- if loop.first %} thumb_entry_first {%- elif loop.last %} thumb_entry_last{% endif %}"> + {% if obj.icon_url %} + + {% endif %} -- 2.25.1