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

Unified Diff: includes/footer.tmpl

Issue 29812585: Fixes #85 - Moved copyright notice to global locale file (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created June 21, 2018, 11:25 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 | locales/en/minimal.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/footer.tmpl
===================================================================
--- a/includes/footer.tmpl
+++ b/includes/footer.tmpl
@@ -53,17 +53,17 @@
<a href="https://www.instagram.com/adblockplus/" target="_blank">
<img src="/img/footer-instagram-glyphicon.png">
</a>
</li>
</ul>
</nav>
</div> {# .row #}
<div id="footer-legal">
- <p id="copyright-notice">{{ "Copyright © 2018 All rights reserved. Adblock Plus<sup>®</sup> is a registered trademark of <a href='https://eyeo.com'>eyeo GmbH</a>." | translate("copyright-notice", "Footer copyright notice") }}</p>
+ <p id="copyright-notice">{{ get_string("copyright", "minimal") }}</p>
<ul id="legal-list">
{% for pagename in ["terms", "privacy", "impressum"] %}
<li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a></li>
{% endfor %}
</ul>
</div> {# #footer-legal #}
</div> {# .container #}
</footer> {# #footer #}
« no previous file with comments | « no previous file | locales/en/minimal.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld