[tor-commits] [bridgedb/develop] Add link to CHANGELOG from webserver.

isis at torproject.org isis at torproject.org
Mon Mar 17 05:18:10 UTC 2014


commit f30cc6d2f2eabc5129a2e572707f6fc53c005e75
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Mar 17 05:15:29 2014 +0000

    Add link to CHANGELOG from webserver.
---
 lib/bridgedb/templates/base.html |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/lib/bridgedb/templates/base.html b/lib/bridgedb/templates/base.html
index 55044e6..4eea5a5 100644
--- a/lib/bridgedb/templates/base.html
+++ b/lib/bridgedb/templates/base.html
@@ -105,10 +105,13 @@ ${self.body()}
 <div class="footer">
   <p>© The Tor Project</p>
   <p>
-    <a href="https://gitweb.torproject.org/bridgedb.git">${_("Source Code")}</a>
-    &middot
     <a href="https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywords=bridgedb-reportbug&cc=isis&owner=isis">${_("Report a Bug")}</a>
     &middot
+    <a href="https://gitweb.torproject.org/bridgedb.git/blob_plain/HEAD:/CHANGELOG">
+        ${_("Change Log")}</a>
+    &middot
+    <a href="https://gitweb.torproject.org/bridgedb.git">${_("Source Code")}</a>
+    &middot
     <a href="mailto:isis at torproject.org">${_("Contact")}</a>
   </p>
 </div>





More information about the tor-commits mailing list