Skip to content

Commit 72e2d41

Browse files
authored
fix: URL action in data table list template (#1428)
1 parent 69893eb commit 72e2d41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
<td class="column-action">
141141
{% if file.canonical_url %}
142142
<a href="{{ file.canonical_url }}" rel="noopener noreferrer"
143-
download="{{ file.original_filename }}"
144143
title="{% blocktrans with file.label as item_label %}Canonical url '{{ item_label }}'{% endblocktrans %}" class="action-button" target="_blank"><span class="fa fa-link filer-icon filer-icon-link"></span></a>
145144
{% endif %}
146145
<a href="{{ file.url }}" target="_blank" rel="noopener noreferrer"

0 commit comments

Comments
 (0)