[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [bridgedb/develop] Add icons to links in base.html footer.



commit 0843a7a0efc0afdab72943bd057473400b9765cd
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date:   Mon Jan 19 23:14:45 2015 +0000

    Add icons to links in base.html footer.
---
 lib/bridgedb/templates/base.html |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/lib/bridgedb/templates/base.html b/lib/bridgedb/templates/base.html
index 05d6285..69a4a80 100644
--- a/lib/bridgedb/templates/base.html
+++ b/lib/bridgedb/templates/base.html
@@ -87,19 +87,23 @@ ${next.body(strings, rtl=rtl, lang=lang, **kwargs)}
 <hr>
 
 <div class="footer">
-  <p>&copy; The Tor Project</p>
   <p>
-    <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";>${_("Source Code")}</a>
-    &middot
+    <a href="https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywords=bridgedb-reportbug&cc=isis&owner=isis";>
+      <i class="icon icon-large icon-bug">&nbsp;${_("Report a Bug")}</i></a>
+    &nbsp; &middot; &nbsp;
+    <a href="https://gitweb.torproject.org/bridgedb.git";>
+      <i class="icon icon-large icon-code">&nbsp;${_("Source Code")}</i></a>
+    &nbsp; &middot; &nbsp;
     <a href="https://gitweb.torproject.org/bridgedb.git/blob/HEAD:/CHANGELOG";>
-        ${_("Changelog")}</a>
-    &middot
-    <a href="mailto:help@xxxxxxxxxxxxxxxxx";>${_("Contact")}</a>
-    &middot
-    <a href="../keys">${_("Public Keys")}</a>
+      <i class="icon icon-large icon-rocket">&nbsp;${_("Changelog")}</i></a>
+    &nbsp; &middot; &nbsp;
+    <a href="mailto:help@xxxxxxxxxxxxxxxxx";>
+      <i class="icon icon-large icon-envelope">&nbsp;${_("Contact")}</i></a>
+    &nbsp; &middot; &nbsp;
+    <a href="../keys"><i class="icon icon-large icon-key">&nbsp;${_("Public Keys")}</i></a>
   </p>
+  <br />
+  <p>&copy; The Tor Project</p>
 </div>
 
 </div> <!-- /container -->



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits