Fix #5484 - Add video icon to collection thumbnail

This commit is contained in:
Andrew Browning 2016-10-17 12:51:36 -04:00
parent 2baad0435e
commit be44e00626

View File

@ -31,6 +31,9 @@
{%- if loop.first %} thumb_entry_first
{%- elif loop.last %} thumb_entry_last{% endif %}">
<a href="{{ obj_url }}">
{% if obj.icon_url %}
<img class="entry_type_icon" src="{{ obj.icon_url }}" />
{% endif %}
<img src="{{ obj.thumb_url }}" />
</a>