[tor-commits] [tpo/master] Update verify signature link and add helper per OS

antonela at torproject.org antonela at torproject.org
Thu Feb 20 14:53:31 UTC 2020


commit 7e9da94fdb7172d02a24eb4b90e46a8f2773d563
Author: Antonela <hola at antonela.me>
Date:   Thu Feb 20 11:53:26 2020 -0300

    Update verify signature link and add helper per OS
    
    Close https://dip.torproject.org/torproject/web/tpo/issues/6
---
 templates/download.html      | 2 +-
 templates/hero-download.html | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/download.html b/templates/download.html
index 27f7192..e0184c1 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -46,7 +46,7 @@
 <div class="container justify-content-center mt-4">
   <div class="row justify-content-center">
     <i class="display-5 text-primary pr-3 fas fa-signature-png"></i><p class="text-primary text-tpo">
-    <a class="mx-auto pl-2" href="{{ 'https://support.torproject.org/' + this.alt + '/tbb/how-to-verify-signature/' }}" target="_blank"><u>{{ _('Verify Tor Browser signature') }}</u></a></p>
+    <a class="mx-auto pl-2" href="{{ 'https://support.torproject.org/' + this.alt + '/tbb/how-to-verify-signature/' }}" target="_blank"><u>{{ _('How can I verify Tor Browser signature?') }}</u></a></p>
   </div>
 </div>
 <div class="container bg-primary mt-5">
diff --git a/templates/hero-download.html b/templates/hero-download.html
index 8628627..b51afd9 100644
--- a/templates/hero-download.html
+++ b/templates/hero-download.html
@@ -31,6 +31,7 @@
         </a>
         <a class="btn btn-primary mt-4" 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>
     </div>
     {% endfor %}



More information about the tor-commits mailing list