[tor-commits] [bridgedb/master] Add links to source code and ticket creation to bridges.tpo footers.
isis at torproject.org
isis at torproject.org
Tue Feb 4 00:28:48 UTC 2014
commit a90e586fbbac021d8c807a70c0afef5b6dac6086
Author: Isis Lovecruft <isis at torproject.org>
Date: Tue Jan 28 17:54:53 2014 +0000
Add links to source code and ticket creation to bridges.tpo footers.
---
lib/bridgedb/templates/base.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/lib/bridgedb/templates/base.html b/lib/bridgedb/templates/base.html
index 629680e..4a80040 100644
--- a/lib/bridgedb/templates/base.html
+++ b/lib/bridgedb/templates/base.html
@@ -73,6 +73,13 @@ ${self.body()}
<div class="footer">
<p>© The Tor Project</p>
+ <p>
+ <a href="https://gitweb.torproject.org/bridgedb.git">${_("Source Code")}</a>
+ ·
+ <a href="https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywords=bridgedb-reportbug&cc=isis&owner=isis">${_("Report a Bug")}</a>
+ ·
+ <a href="mailto:isis at torproject.org">${_("Contact")}</a>
+ </p>
</div>
</div> <!-- /container -->
More information about the tor-commits
mailing list