Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29510566: Issue 5199 - Add privacy policy link to adblockbrowser.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockbrowser.org
Patch Set: Change privacy policy link to abb for android Created Sept. 13, 2017, 12:27 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -61,17 +61,17 @@
<h1>{{title|translate("title")}}</h1>
{% endif %}
{{body|safe}}
</div>
</div>
<footer>
<div class="content-block">
<p>
- © 2015 <a href="https://eyeo.com/">Eyeo GmbH</a> / Adblock Browser™ and <a href="https://adblockplus.org/">Adblock Plus™</a> are registered trademarks of Eyeo GmbH
+ © 2017 <a href="https://eyeo.com/">Eyeo GmbH</a> / Adblock Browser™ and <a href="https://adblockplus.org/">Adblock Plus™</a> are registered trademarks of Eyeo GmbH / <a href="https://adblockplus.org/en/privacy#adblock-browser-android">Privacy Policy</a>
</p>
<select id="language">
{% for lang in available_locales %}
<option
{% if locale == lang %}selected="selected"{% endif %}
value="{{source.resolve_link(page, lang)[1]}}">
{{config.get("langnames", lang)}}
</option>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld