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

Delta Between Two Patch Sets: templates/default.tmpl

Issue 29334188: Issue 3023 - Returning to the homepage resets the language on adblockbrowser.org (Closed)
Left Patch Set: Created Jan. 21, 2016, 3:49 p.m.
Right Patch Set: Changed "" to "index" Created Jan. 25, 2016, 2:55 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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-2015 Eyeo GmbH 3 # Copyright (C) 2006-2015 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 14 matching lines...) Expand all
25 <link rel="canonical" href="https://adblockbrowser.org/{{ page[:-5] if page. split('/')[-1] == 'index' else page }}" /> 25 <link rel="canonical" href="https://adblockbrowser.org/{{ page[:-5] if page. split('/')[-1] == 'index' else page }}" />
26 {{head|safe}} 26 {{head|safe}}
27 <!--[if lt lte 9]> 27 <!--[if lt lte 9]>
28 <script src="/js/html5shiv.min.js"></script> 28 <script src="/js/html5shiv.min.js"></script>
29 <![endif]--> 29 <![endif]-->
30 </head> 30 </head>
31 <body> 31 <body>
32 <header> 32 <header>
33 <div class="content-block"> 33 <div class="content-block">
34 <div> 34 <div>
35 {{""|linkify(id="logo")}} 35 {{"index"|linkify(id="logo")}}
saroyanm 2016/01/22 16:26:25 Seems like we will still need to use "index" as th
juliandoucette 2016/01/25 14:56:05 Done.
36 <img src="/images/adblock-browser-logo.png" alt="{{get_string("abb-l ogo-alt", "header")}}" /> 36 <img src="/images/adblock-browser-logo.png" alt="{{get_string("abb-l ogo-alt", "header")}}" />
37 </a> 37 </a>
38 <a href="#" id="hamburger"> 38 <a href="#" id="hamburger">
39 <img src="/images/hamburger.png" alt="{{get_string("hamburger-image- alt", "header")}}" /> 39 <img src="/images/hamburger.png" alt="{{get_string("hamburger-image- alt", "header")}}" />
40 </a> 40 </a>
41 </div> 41 </div>
42 <nav class="closed"> 42 <nav class="closed">
43 <ul> 43 <ul>
44 <li> 44 <li>
45 <a href="ios-support">{{get_string("support-ios", "header")}}</a> 45 <a href="ios-support">{{get_string("support-ios", "header")}}</a>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 <div id="overlay"> 94 <div id="overlay">
95 <div id="modal"> 95 <div id="modal">
96 <a href="#" id="modal-close"></a> 96 <a href="#" id="modal-close"></a>
97 <? include modal ?> 97 <? include modal ?>
98 </div> 98 </div>
99 </div> 99 </div>
100 {% endif %} 100 {% endif %}
101 <script src="/js/main.js"></script> 101 <script src="/js/main.js"></script>
102 </body> 102 </body>
103 </html> 103 </html>
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld