[tor-commits] [tpo/staging] Fix #16

hiro at torproject.org hiro at torproject.org
Fri Mar 15 23:49:33 UTC 2019


commit 9274da024f868b5eea8b489115664bb1a90c1431
Author: Antonela <hola at antonela.me>
Date:   Fri Mar 15 13:44:59 2019 -0300

    Fix #16
---
 content/contact/contents.lr | 2 +-
 templates/contact.html      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/contact/contents.lr b/content/contact/contents.lr
index 5cb4b15..8e6f7b9 100644
--- a/content/contact/contents.lr
+++ b/content/contact/contents.lr
@@ -14,4 +14,4 @@ body:
 
 <h4 class="text-primary">Get Support <span class="oi oi-arrow-right p-1" title="icon arrow-right" aria-hidden="true"></span></h4>
 
-Need help? Visit our Support Portal for answers to frequently asked questions about connecting to Tor, circumventing censorship, using onion services, and more.
+Need help? Visit our [Support Portal](https://support.torproject.org) for answers to frequently asked questions about connecting to Tor, circumventing censorship, using onion services, and more.
diff --git a/templates/contact.html b/templates/contact.html
index 300d625..187b6c0 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -7,7 +7,7 @@
       {% from "macros/contact.html" import render_oftc %}
       <h3 class="text-secondary display-5 mb-4"><i class="fas fa-table-tennis text-primary pr-2"></i> {{ _('Chat with us on') }} {{ render_oftc() }}</h3>
       <p class="text-tpo"><span class="text-primary nick">#tor</span> - {{ _("Ask questions about using Tor.") }}</p>
-      <p class="text-tpo"><span class="text-primary nick">#tor-dev</span> - {{ _("Discuss Tor-related coding, protocols, and ideas are all welcome.") }}</p>
+      <p class="text-tpo"><span class="text-primary nick">#tor-dev</span> - {{ _("Discuss Tor-related coding and protocols. Ideas are welcome.") }}</p>
       <p class="text-tpo"><span class="text-primary nick">#tor-project</span> - {{ _("Discuss organization and community related topics: meetups, outreach, translation, or website improvements.") }}</p>
       <p class="text-tpo"><span class="text-primary nick">#tor-meeting</span> - {{ _("Watch or join publicly logged team meetings.") }}</p>
       <p class="text-tpo"><span class="text-primary nick">#tor-relays</span> - {{ _("Discuss running a Tor relay.") }}</p>
@@ -34,7 +34,7 @@
     <h3 class="text-white display-4">{{ _('Volunteer with Tor') }}</h3>
   </div>
   <div class="row bg-dark justify-content-center p-3">
-    <h4 class="text-white display-5"><a class="text-white" href=""><u>{{ _('Get Involved') }}</u></a></h4>
+    <h4 class="text-white display-5"><a class="text-white" href="​https://www.torproject.org/getinvolved/volunteer" title="{{ _('Get Involved') }}"><u>{{ _('Get Involved') }}</u></a></h4>
   </div>
 </div>
 <div class="container pt-5 justify-content-center">





More information about the tor-commits mailing list