commit 023a52cbd532114a4b74170752c2eead444f295f Author: Antonela hola@antonela.me Date: Thu Mar 21 16:36:23 2019 -0300
Fix #29516
https://trac.torproject.org/projects/tor/ticket/29516 --- templates/download-android.html | 3 +-- templates/hero-download.html | 2 +- templates/jobs.html | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/templates/download-android.html b/templates/download-android.html index 57fe16e..25fd83c 100644 --- a/templates/download-android.html +++ b/templates/download-android.html @@ -21,8 +21,7 @@ <a class="btn btn-lg btn-light text-primary py-3 px-4 my-1 mx-auto disabled" href="">{{ _('Go to F-droid %s')|format(render_fdroid())|safe }}</a> </div> <div class="row"> - {% from "macros/downloads.html" import render_onion_browser %} - <p class="text-light mx-auto nick">{{ _('Are you a iOS user? We encourage you to try %s')|format(render_onion_browser())|safe }} </p> + <a class="text-light mx-auto nick" href="https://itunes.apple.com/us/app/onion-browser/id519296448?mt=8">{{ _('Are you a iOS user? We encourage you to try Onion Browser.') }} </a> </div> </div> <div class="d-none d-lg-block col-lg-4"> diff --git a/templates/hero-download.html b/templates/hero-download.html index e8ff13e..41ef5d9 100644 --- a/templates/hero-download.html +++ b/templates/hero-download.html @@ -39,5 +39,5 @@ <a class="mx-auto text-white py-3" href="{{ 'options'|url }}"><u>{{ _('Advanced Install Options') }}</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=""><u>{{ _('Read the latest release announcements') }}</u></a> + <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> </div> diff --git a/templates/jobs.html b/templates/jobs.html index bf782d7..90bc86f 100644 --- a/templates/jobs.html +++ b/templates/jobs.html @@ -25,6 +25,6 @@ </div> </div> <div class="row"> - <p>{{ _("Think you could help us in a position that’s not listed? We also rely on a vast community of volunteer contributors and many have become paid staff.") }} <a href="">{{ _("We invite you to join us on IRC to find how you can get involved.") }}</a></p> + <p>{{ _("Think you could help us in a position that’s not listed? We also rely on a vast community of volunteer contributors and many have become paid staff.") }} <a href="/contact">{{ _("We invite you to join us on IRC to find how you can get involved.") }}</a></p> </div> </div>