[tor-commits] [tpo/master] Test open iconic fallback to png
hiro at torproject.org
hiro at torproject.org
Sun Mar 31 21:28:16 UTC 2019
commit 4058bd50d4de2ba84928a9b130743f8f2b764cf6
Author: hiro <hiro at torproject.org>
Date: Sun Mar 31 23:28:12 2019 +0200
Test open iconic fallback to png
---
templates/navbar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/navbar.html b/templates/navbar.html
index 8c6a286..b368dfe 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -55,7 +55,7 @@
{% set download = site.get('/download') %}
<div class="pull-right">
<a class="btn btn-outline-light pull-right" href="{{ this.url_to(download)|url(alt=this.alt) }}">
- {{ _("Download Tor Browser") }}<span class="oi oi-arrow-bottom ml-2 p-1" title="icon arrow-bottom" aria-hidden="true"></span>
+ {{ _("Download Tor Browser") }}<span class="oi oi-arrow-bottom ml-2 p-1" title="icon arrow-bottom" aria-hidden="true"><img src="{{ 'static/fonts/open-iconic/png/arrow-bottom.png-2x'|asseturl }}"></span>
</a>
</div>
</nav>
More information about the tor-commits
mailing list