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

Unified Diff: templates/default.tmpl

Issue 29429588: Issue 5210 - Add terms link to footer of adblockplus.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created May 4, 2017, 1:43 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 | « locales/en/menu.json ('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
@@ -155,17 +155,17 @@
</div>
<footer id="footer-main">
<div id="footer-content">
<nav>
<section class="first">
<h1>{{get_string("resources", "menu")}}</h1>
<ul>
- {% for name in ["acceptable-ads", "documentation", "deployments", "privacy", "impressum"] %}
+ {% for name in ["acceptable-ads", "documentation", "deployments", "terms", "privacy", "impressum"] %}
{{pageitem(name)}}
{% endfor %}
</ul>
</section>
<section>
<h1>{{get_string("community", "menu")}}</h1>
<ul>
« no previous file with comments | « locales/en/menu.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld