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 69893eb commit 72e2d41Copy full SHA for 72e2d41
filer/templates/admin/filer/folder/directory_table_list.html
@@ -140,7 +140,6 @@
140
<td class="column-action">
141
{% if file.canonical_url %}
142
<a href="{{ file.canonical_url }}" rel="noopener noreferrer"
143
- download="{{ file.original_filename }}"
144
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>
145
{% endif %}
146
<a href="{{ file.url }}" target="_blank" rel="noopener noreferrer"
0 commit comments