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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « locales/en/menu.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {# 1 {#
2 # This file is part of the Adblock Plus website, 2 # This file is part of the Adblock Plus website,
3 # Copyright (C) 2006-2017 eyeo GmbH 3 # Copyright (C) 2006-2017 eyeo GmbH
4 # 4 #
5 # Adblock Plus is free software: you can redistribute it and/or modify 5 # Adblock Plus is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 3 as 6 # it under the terms of the GNU General Public License version 3 as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
8 # 8 #
9 # Adblock Plus is distributed in the hope that it will be useful, 9 # Adblock Plus is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 {{body|safe}} 153 {{body|safe}}
154 {% endblock %} 154 {% endblock %}
155 </div> 155 </div>
156 156
157 <footer id="footer-main"> 157 <footer id="footer-main">
158 <div id="footer-content"> 158 <div id="footer-content">
159 <nav> 159 <nav>
160 <section class="first"> 160 <section class="first">
161 <h1>{{get_string("resources", "menu")}}</h1> 161 <h1>{{get_string("resources", "menu")}}</h1>
162 <ul> 162 <ul>
163 {% for name in ["acceptable-ads", "documentation", "deployments", "privacy", "impressum"] %} 163 {% for name in ["acceptable-ads", "documentation", "deployments", "terms", "privacy", "impressum"] %}
164 {{pageitem(name)}} 164 {{pageitem(name)}}
165 {% endfor %} 165 {% endfor %}
166 </ul> 166 </ul>
167 </section> 167 </section>
168 168
169 <section> 169 <section>
170 <h1>{{get_string("community", "menu")}}</h1> 170 <h1>{{get_string("community", "menu")}}</h1>
171 <ul> 171 <ul>
172 <li><a href="/releases/" hreflang="en">{{get_string("releases", "m enu")}}</a></li> 172 <li><a href="/releases/" hreflang="en">{{get_string("releases", "m enu")}}</a></li>
173 <li><a href="/blog/" hreflang="en">{{get_string("blog", "menu")}}< /a></li> 173 <li><a href="/blog/" hreflang="en">{{get_string("blog", "menu")}}< /a></li>
(...skipping 26 matching lines...) Expand all
200 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a> 200 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a>
201 </li> 201 </li>
202 </ul> 202 </ul>
203 </section> 203 </section>
204 </div> 204 </div>
205 </footer> 205 </footer>
206 206
207 <script src="/js/main.js"></script> 207 <script src="/js/main.js"></script>
208 </body> 208 </body>
209 </html> 209 </html>
OLDNEW
« 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