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: Created Aug. 3, 2016, 3:14 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
« pages/privacy.md ('K') | « 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,17 @@
<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]}}">
+ <span>
juliandoucette 2016/08/12 19:04:13 NIT: I think a <small> tag makes more sense than a
saroyanm 2016/08/16 10:20:27 Done, had to update styles, otherwise the text was
+ Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH.
+ </span>
+ <div id="footer-links">
+ <a href="{{source.resolve_link("contact", locale)[1]}}" hreflang="{{source.resolve_link("contact", locale)[0]}}">
Made with ♥ in Cologne
- </a>
-
- <div class="footer-text">
- Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH.
+ </a>
+ <a href="{{source.resolve_link("privacy", locale)[1]}}" hreflang="{{source.resolve_link("privacy", locale)[0]}}">
juliandoucette 2016/08/12 19:04:13 Q: Why did you choose to use source.resolve_link i
saroyanm 2016/08/16 10:20:27 Kept previous style, but you are totally right, I
+ Privacy Policy
+ </a>
</div>
-
</div>
</footer>
</body>
« pages/privacy.md ('K') | « static/css/styles.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld