commit 7c5e9eca8c4d55c323f4225f2902582b821e1dc7 Author: Arturo Filastò art@baculo.org Date: Sun Jun 10 20:37:35 2012 +0200
Add contact information and link to bug reporting in footer Fixes #6122 (branches are my friends...) --- index.html | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/index.html b/index.html index 5d5b044..c30a662 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,11 @@ </div> <hr/> <footer> - The Tor Project - 2012 + The Tor Project - 2012<br/> + <a href="https://gitweb.torproject.org/atlas.git">Source code</a> + + <a href="https://trac.torproject.org/projects/tor/newticket?component=Atlas">Report a bug</a> + - <a href="mailto:art@torproject.org">Contact</a> </footer>
</div> <!-- /container -->
tor-commits@lists.torproject.org