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

Unified Diff: templates/default.tmpl

Issue 29349015: Issue 4301 - Add Privacy Policy to Eyeo.com (Closed)
Patch Set: Addressed Julian's comments Created Aug. 16, 2016, 10:17 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 | « static/css/styles.css ('k') | 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
@@ -83,14 +83,13 @@
<footer id="footer">
<div class="content-block">
- <a id="footer-contact" href="{{source.resolve_link("contact", locale)[1]}}" hreflang="{{source.resolve_link("contact", locale)[0]}}">
- Made with ♥ in Cologne
- </a>
-
- <div class="footer-text">
+ <small>
Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH.
+ </small>
+ <div id="footer-links">
+ {{"contact"|linkify}}Made with ♥ in Cologne</a>
+ {{"privacy"|linkify}}Privacy Policy</a>
</div>
-
</div>
</footer>
</body>
« no previous file with comments | « static/css/styles.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld