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

Side by Side Diff: templates/default.tmpl

Issue 29359623: Issue 3819 - Add Jobs link to the footer (Closed)
Patch Set: Created Oct. 25, 2016, 10:52 a.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-2016 Eyeo GmbH 3 # Copyright (C) 2006-2016 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 {{pageitem("development-builds")}} 175 {{pageitem("development-builds")}}
176 </ul> 176 </ul>
177 </section> 177 </section>
178 178
179 <section> 179 <section>
180 <h1>{{get_string("development", "menu")}}</h1> 180 <h1>{{get_string("development", "menu")}}</h1>
181 <ul> 181 <ul>
182 {{pageitem("source")}} 182 {{pageitem("source")}}
183 <li><a href="https://issues.adblockplus.org/report/13" hreflang="e n">{{get_string("roadmap", "menu")}}</a></li> 183 <li><a href="https://issues.adblockplus.org/report/13" hreflang="e n">{{get_string("roadmap", "menu")}}</a></li>
184 {{pageitem("tools")}} 184 {{pageitem("tools")}}
185 <li><a href="https://eyeo.com/jobs/" hreflang="en">{{get_string("j obs", "menu")}}</a></li>
juliandoucette 2016/10/25 11:15:22 Why are we using get_string here?
saroyanm 2016/10/25 12:09:19 get_string is using a file to select the string, i
juliandoucette 2016/10/25 12:15:46 Acknowledged.
185 </ul> 186 </ul>
186 </section> 187 </section>
187 </nav> 188 </nav>
188 189
189 <section id="social"> 190 <section id="social">
190 <h1>{{get_string("follow-us", "menu")}}</h1> 191 <h1>{{get_string("follow-us", "menu")}}</h1>
191 <ul id="social-list"> 192 <ul id="social-list">
192 <li class="social-entry"> 193 <li class="social-entry">
193 <a rel="nofollow" id="social-facebook" class="sprite" href="https: //www.facebook.com/adblockplus"></a> 194 <a rel="nofollow" id="social-facebook" class="sprite" href="https: //www.facebook.com/adblockplus"></a>
194 </li> 195 </li>
195 <li class="social-entry"> 196 <li class="social-entry">
196 <a rel="nofollow" id="social-twitter" class="sprite" href="https:/ /twitter.com/adblockplus"></a> 197 <a rel="nofollow" id="social-twitter" class="sprite" href="https:/ /twitter.com/adblockplus"></a>
197 </li> 198 </li>
198 <li class="social-entry"> 199 <li class="social-entry">
199 <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>
200 </li> 201 </li>
201 </ul> 202 </ul>
202 </section> 203 </section>
203 </div> 204 </div>
204 </footer> 205 </footer>
205 206
206 <script src="/js/main.js"></script> 207 <script src="/js/main.js"></script>
207 </body> 208 </body>
208 </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