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

Unified Diff: includes/layout/footer.tmpl

Issue 29593561: Issue 5961 - Add Imprint page to help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Update <hr> spacing, add comments, update Till itemprop Created Nov. 2, 2017, 9:19 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 | pages/legal.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/layout/footer.tmpl
===================================================================
--- a/includes/layout/footer.tmpl
+++ b/includes/layout/footer.tmpl
@@ -14,17 +14,17 @@
{% endfor %}
</ul>
</div>
</div>
<div id="site-footer-nav" class="column three-fourths">
<nav>
<ul class="horizontal-list">
- <li><a href="">{{ "Legal" | translate("footer-nav-link-1", "Navigation link") }}</a></li>
+ <li><a href="legal">{{ "Legal" | translate("footer-nav-link-1", "Navigation link") }}</a></li>
<li><a href="https://adblockplus.org/privacy">{{ "Privacy Policy" | translate("footer-nav-link-2", "Navigation link") }}</a></li>
</ul>
</nav>
<span class="muted">
{{ "<a href=\"https://adblockplus.org\">Adblock Plus</a> is a registered trademark of <a href=\"https://eyeo.com\">eyeo GmbH</a>" | translate("footer-trademark-notice", "Paragraph") }}
</span>
</div>
</div> {# .row #}
« no previous file with comments | « no previous file | pages/legal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld