summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2021-08-28 15:16:50 +0530
committerSaptak S <saptak013@gmail.com>2021-09-04 19:17:30 +0530
commit3620bf3a0c3066622ebf396a3bbc5801e90c094f (patch)
tree59b71c90be9fe185bfca1506a4748b5ffbb0d03b
parentb09c3bc48b2c0094b88b80f78c4f02761b3d5cef (diff)
downloadonionshare-3620bf3a0c3066622ebf396a3bbc5801e90c094f.tar.gz
onionshare-3620bf3a0c3066622ebf396a3bbc5801e90c094f.zip
Updates send.html to use file link instead of basename
-rw-r--r--cli/onionshare_cli/resources/templates/send.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/onionshare_cli/resources/templates/send.html b/cli/onionshare_cli/resources/templates/send.html
index bd9bd631..5fc1ba1f 100644
--- a/cli/onionshare_cli/resources/templates/send.html
+++ b/cli/onionshare_cli/resources/templates/send.html
@@ -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 %}