[tor-commits] [bridgedb/develop] Add icons to links in base.html footer.
isis at torproject.org
isis at torproject.org
Thu Jan 22 22:04:17 UTC 2015
commit 0843a7a0efc0afdab72943bd057473400b9765cd
Author: Isis Lovecruft <isis at torproject.org>
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>© 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>
- ·
- <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">
+ <i class="icon icon-large icon-bug"> ${_("Report a Bug")}</i></a>
+ ·
+ <a href="https://gitweb.torproject.org/bridgedb.git">
+ <i class="icon icon-large icon-code"> ${_("Source Code")}</i></a>
+ ·
<a href="https://gitweb.torproject.org/bridgedb.git/blob/HEAD:/CHANGELOG">
- ${_("Changelog")}</a>
- ·
- <a href="mailto:help at rt.torproject.org">${_("Contact")}</a>
- ·
- <a href="../keys">${_("Public Keys")}</a>
+ <i class="icon icon-large icon-rocket"> ${_("Changelog")}</i></a>
+ ·
+ <a href="mailto:help at rt.torproject.org">
+ <i class="icon icon-large icon-envelope"> ${_("Contact")}</i></a>
+ ·
+ <a href="../keys"><i class="icon icon-large icon-key"> ${_("Public Keys")}</i></a>
</p>
+ <br />
+ <p>© The Tor Project</p>
</div>
</div> <!-- /container -->
More information about the tor-commits
mailing list