[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tpo/master] fixed download button redirect to Success page
commit ec682f8d6f884391be03e0830ee9c1f46f1fe429
Author: Kim Le <kle2@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu Oct 22 19:20:34 2020 +1100
fixed download button redirect to Success page
---
templates/hero-download.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/hero-download.html b/templates/hero-download.html
index df940e2b..50508138 100644
--- a/templates/hero-download.html
+++ b/templates/hero-download.html
@@ -29,7 +29,7 @@
<a class="downloadLink" href="{{ download_link }}">
<i class="text-light fab fa-{{ id }}-png"></i>
</a>
- <a class="btn btn-primary mt-4" href="{{ download_link }}">{{ _('Download for') }} {{ item.label }}</a>
+ <a class="btn btn-primary mt-4 downloadLink" href="{{ download_link }}">{{ _('Download for') }} {{ item.label }}</a>
<a class="link" href="{{ sig_link }}"><span class="nick text-white">{{ _('Signature') }}</span></a>
<a class="link" href="{{ 'https://support.torproject.org/' + this.alt + '/tbb/how-to-verify-signature/' }}" target="_blank"><i style="font-size:10px;" class="text-light fas fa-question-circle"></i></a>
</div>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits