[tor-commits] [tpo/staging] Add signature link to /download

emmapeel at torproject.org emmapeel at torproject.org
Wed May 29 07:43:25 UTC 2019


commit 565dc6423f1cb28d2001769481a93b7191fd7b85
Author: Antonela <hola at antonela.me>
Date:   Tue Apr 16 10:43:39 2019 -0300

    Add signature link to /download
---
 templates/hero-download.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/hero-download.html b/templates/hero-download.html
index e8bf7b5..b0657be 100644
--- a/templates/hero-download.html
+++ b/templates/hero-download.html
@@ -23,6 +23,7 @@
         <a class="downloadLink" href="{{ download_link }}">
           <i class="text-light fab fa-{{ id }}-png"></i>
         </a>
+        <p><small><a class="btn btn-primary btn-sm nick mx-5 my-4" href="#">sig</a></small></p>
       </div>
     </div>
   {% endfor %}
@@ -39,7 +40,7 @@
   <a class="mx-auto text-white py-3" href="{{ 'alpha'|url(alt=this.alt) }}"><u>{{ _('Advanced Install Options') }}</u></a>
   {% set v = bag('versions', 'tor-stable') %}
   {% set download_source = 'https://dist.torproject.org/tor-' + v.version + '.tar.gz' %}
-  <a class="mx-auto text-white py-3" href="{{ download_source }}"><u>{{ _('Download Source Tarball') }}</u></a>
+  <a class="mx-auto text-white py-3" href="{{ download_source }}"><u>{{ _('Download Tor Source Tarball') }}</u></a>
 </div>
 <div class="hidden-sm row p-5 justify-content-center window-bg">
   <a class="mx-auto text-white text-center py-5" href="https://blog.torproject.org/category/tags/tor-browser"><u>{{ _('Read the latest release announcements') }}</u></a>





More information about the tor-commits mailing list