[tor-commits] [community/staging] add lists buttons

pili at torproject.org pili at torproject.org
Thu Jun 6 13:05:51 UTC 2019


commit 3d2be0ac613b25a33f8f30c7ce6fdec63980dd7f
Author: Antonela <hola at antonela.me>
Date:   Mon Jun 3 15:45:41 2019 -0300

    add lists buttons
---
 templates/localization.html | 4 ++--
 templates/training.html     | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/templates/localization.html b/templates/localization.html
index 58db417..9b59858 100644
--- a/templates/localization.html
+++ b/templates/localization.html
@@ -27,8 +27,8 @@
     <p class="text-center">
       {{ _('Localization is a continuous process across our applications. Notice any improvements we could make to our translations? Open a ticket, reach out to us, or become part of our translators army!') }}
     </p>
-    <btn class="btn btn-lg btn-outline-primary mx-auto my-3" href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-l10n">
+    <a class="btn btn-lg btn-outline-primary mx-auto my-3" href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-l10n">
           {{ _('Translators mailing list') }}<i class="ml-3 pt-2 fas fa-arrow-right"></i>
-    </btn>
+    </a>
   </div>
 </div>
diff --git a/templates/training.html b/templates/training.html
index 4c40df1..f6acd94 100644
--- a/templates/training.html
+++ b/templates/training.html
@@ -16,10 +16,10 @@
   <div class="row py-5 text-center mx-auto">
     <h2 class="display-4 text-primary text-center mx-auto">{{ _('Join the Community') }}</h2>
     <p class="text-center">
-      {{ _('Are you interested in inviting someone from Tor to train your group? While we receive a high volume of training requests and may not be able to offer an in-person training, we may still be able to help. Contact the community team and let\'s talk [link to contact].')}}
+      {{ _('Are you interested in inviting someone from Tor to train your group? While we receive a high volume of training requests and may not be able to offer an in-person training, we may still be able to help. Contact the community team and let\'s talk.')}}
     </p>
-    <h3 class="text-primary text-center mx-auto"><u>{{ _('Call to action') }}
-      <i class="fas fa-arrow-right"></i></u>
-    </h3>
+    <a class="btn btn-lg btn-outline-primary mx-auto my-3" href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-community-team">
+          {{ _('Community mailing list') }}<i class="ml-3 pt-2 fas fa-arrow-right"></i>
+    </a>
   </div>
 </div>





More information about the tor-commits mailing list