Skip to content

Commit

Permalink
fix: URL action in data table list template
Browse files Browse the repository at this point in the history
  • Loading branch information
T4m committed Sep 25, 2023
1 parent 69893eb commit 2416dd8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
<td class="column-action">
{% if file.canonical_url %}
<a href="{{ file.canonical_url }}" rel="noopener noreferrer"
download="{{ file.original_filename }}"
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>
{% endif %}
<a href="{{ file.url }}" target="_blank" rel="noopener noreferrer"
Expand Down

0 comments on commit 2416dd8

Please sign in to comment.