summaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/resources/templates/send.html
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-26 11:43:09 -0700
committerMicah Lee <micah@micahflee.com>2021-09-26 11:43:09 -0700
commitd08d5f0f32f755f504494d80794886f346fbafdb (patch)
tree0e834bfe5946dd068d3c1803c7a22a991c377a33 /cli/onionshare_cli/resources/templates/send.html
parentb66e742bc20ae977232fc53f22d485c10173ac2f (diff)
parent5de48bba6e3c17b0b45516fe536a3c500fab4fc4 (diff)
downloadonionshare-d08d5f0f32f755f504494d80794886f346fbafdb.tar.gz
onionshare-d08d5f0f32f755f504494d80794886f346fbafdb.zip
Merge branch 'develop' into stablev2.4
Diffstat (limited to 'cli/onionshare_cli/resources/templates/send.html')
-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 %}