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: Created Aug. 9, 2017, 9:34 a.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#abb_ios">Privacy Policy</a>
juliandoucette 2017/08/09 12:49:58 - Shouldn't this be 2015 - 2017? - This section of
j.nink 2017/08/09 13:04:25 No, 2017 is fine. From a German law perspective th
juliandoucette 2017/08/09 15:41:51 Noted. (For my information:) Does this copyright
j.nink 2017/08/09 17:15:43 only to the website content (meaning text, imagine
juliandoucette 2017/09/01 12:34:39 Judith responded via IRC Judith Nink -> juliandou
juliandoucette 2017/09/13 12:15:36 Change this URL to https://adblockplus.org/en/priv
ire 2017/09/13 12:28:21 Done.
</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