We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7f96f commit fc34247Copy full SHA for fc34247
filer/templates/admin/filer/widgets/admin_file.html
@@ -26,7 +26,7 @@
26
<span class="filerFile js-file-selector">
27
{% if object %}
28
{% if object.file.exists %}
29
- <a href="{{ object.url }}" target="_blank">{% file_icon object detail=True %}</a>
+ <a href="{{ object.url }}" target="_blank">{% file_icon object detail="thumbnail" %}</a>
30
<span class="description_text">{{ object.label }}</span>
31
{% else %}
32
{% file_icon object %}
0 commit comments