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

Unified Diff: includes/footer.tmpl

Issue 29722659: Fixes #36 - Adjusted heading font-sizes and line-heights (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 14, 2018, 1:33 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
« no previous file with comments | « includes/features.html ('k') | includes/footnote.tmpl » ('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
@@ -1,17 +1,17 @@
{% from "macros/pageitem" import pageitem %}
<footer id="footer" class="content">
<div class="container">
<div class="row">
<nav class="column one-fourth">
<h5>{{ get_string("resources", "menu") }}</h5>
<ul>
- {% for pagename in ["acceptable-ads", "documentation", "deployments"] %}
+ {% for pagename in ["acceptable-ads", "documentation", "deployments", "bugs"] %}
<li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a></li>
{% endfor %}
</ul>
</nav>
<nav class="column one-fourth">
<h5>{{ get_string("community", "menu") }}</h5>
<ul>
<li><a href="/releases/" hreflang="en">{{get_string("releases", "menu")}}</a></li>
@@ -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 © 2017 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">{{ "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>
<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 | « includes/features.html ('k') | includes/footnote.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld