[tor-commits] [tpo/master] fix people's page link to list
hiro at torproject.org
hiro at torproject.org
Wed Mar 27 17:32:37 UTC 2019
commit 086b43009437f53e65a19a0131b36bec20f68a17
Author: Antonela <hola at antonela.me>
Date: Wed Mar 27 14:29:58 2019 -0300
fix people's page link to list
---
templates/people.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/people.html b/templates/people.html
index fba0466..abb3818 100644
--- a/templates/people.html
+++ b/templates/people.html
@@ -27,8 +27,8 @@
<div class="row justify-content-center">
<h4 class="text-primary display-5">{{ _('Join Our Team') }}</h4>
<p class="text-center">{{ _("Even if we aren't hiring, you can contribute to Tor. We are open to ideas and studies to improve Tor software. If you're a developer, we welcome you to sign up for our dev mailing list to see what we're up to.") }}</p>
- <button class="btn btn-lg btn-outline-primary mr-2" href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev">
+ <a class="btn btn-lg btn-outline-primary mr-2" href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev">
{{ _("Sign up for tor-dev") }}<i class="oi oi-arrow-right pl-3" title="icon arrow-right" aria-hidden="true"></i>
- </button>
+ </a>
</div>
</div>
More information about the tor-commits
mailing list