Updates send.html to use file link instead of basename

This commit is contained in:
Saptak S 2021-08-28 15:16:50 +05:30
parent b09c3bc48b
commit 3620bf3a0c
No known key found for this signature in database
GPG Key ID: 2D9B32E54C68A3FB

View File

@ -40,7 +40,7 @@
<div class="d-flex">
<div>
<img width="30" height="30" title="" alt="" src="{{ static_url_path }}/img/web_folder.png" />
<a href="{{ info.basename }}">
<a href="{{ info.link }}">
<span>{{ info.basename }}</span>
</a>
</div>
@ -53,7 +53,7 @@
<div>
<img width="30" height="30" title="" alt="" src="{{ static_url_path }}/img/web_file.png" />
{% if download_individual_files %}
<a href="{{ info.basename }}">
<a href="{{ info.link }}">
<span>{{ info.basename }}</span>
</a>
{% else %}