commit e0f2eb157a8acfebf223780d1b1d520e6144e583 Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Aug 20 08:53:41 2012 +0200
Update footers. --- templates/index.html | 5 ++++- templates/result.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/templates/index.html b/templates/index.html index 6d22666..14e5866 100644 --- a/templates/index.html +++ b/templates/index.html @@ -137,7 +137,10 @@ <hr>
<footer> - <p>© Torproject</p> + The Tor Project - 2012<br> + <a href="https://gitweb.torproject.org/compass.git">Source code</a> - + <a href="https://trac.torproject.org/projects/tor/newticket?component=Compass">Report a bug</a> - + <a href="mailto:tor-assistants@lists.torproject.org">Contact</a> </footer>
</div> <!-- /container --> diff --git a/templates/result.html b/templates/result.html index 563a504..c3c9c44 100644 --- a/templates/result.html +++ b/templates/result.html @@ -101,7 +101,10 @@ <hr>
<footer> - <p>© Torproject</p> + The Tor Project - 2012<br> + <a href="https://gitweb.torproject.org/compass.git">Source code</a> - + <a href="https://trac.torproject.org/projects/tor/newticket?component=Compass">Report a bug</a> - + <a href="mailto:tor-assistants@lists.torproject.org">Contact</a> </footer>
</div> <!-- /container -->
tor-commits@lists.torproject.org