Skip to content

Commit 55a0e70

Browse files
Update directory_table_list.html (#1528)
The directory icon already has width and height attributes.
1 parent b409ab1 commit 55a0e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filer/templates/admin/filer/folder/directory_table_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<td class="column-icon">
5757
<a href="{{ subfolder.get_admin_directory_listing_url_path }}{% filer_admin_context_url_params %}"
5858
title="{% blocktrans with subfolder.name as item_label %}Change '{{ item_label }}' folder details{% endblocktrans %}">
59-
<img src="{% static 'filer/icons/folder.svg' %}" alt="{% translate 'Folder Icon' %}" width="{% widthratio 7 10 thumbnail_size %}" height="{% widthratio 7 10 thumbnail_size %}" style="height: {% widthratio 7 10 thumbnail_size %}px;">
59+
<img src="{% static 'filer/icons/folder.svg' %}" alt="{% translate 'Folder Icon' %}" width="{% widthratio 7 10 thumbnail_size %}" height="{% widthratio 7 10 thumbnail_size %}">
6060
</a>
6161
</td>
6262
<td class="column-name">

0 commit comments

Comments
 (0)