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

Delta Between Two Patch Sets: includes/index.tmpl

Issue 29841563: Noissue - Merged index_page into master (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Added Samsung Internet to browsers list for translations Created July 30, 2018, 4:51 a.m.
Right Patch Set: Fixed more misc issues discussed in IRC Created July 30, 2018, 4:40 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
LEFTRIGHT
1 title=Adblock Plus | The world's # 1 free ad blocker 1 title=Adblock Plus | The world's # 1 free ad blocker
2 description=Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari , Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube. 2 description=Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari , Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube.
3 3
4 <head> 4 <head>
5 <link rel="stylesheet" href="/css/index.css"> 5 <link rel="stylesheet" href="/css/index.css">
6 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/deta il/cfhdojbkjhnklbpkdaibdccddilifddb"> 6 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/deta il/cfhdojbkjhnklbpkdaibdccddilifddb">
7 </head> 7 </head>
8 8
9 <? include hero-download ?> 9 <? include hero-download ?>
10 <? include as-mentioned ?> 10 <? include as-mentioned ?>
11 <? include features ?> 11 <? include features ?>
12 <? include abb-cross-promotion ?> 12 <? include abb-cross-promotion ?>
13 <? include footnote ?> 13 <? include footnote ?>
14 14
15 {% for browser in browsers %}
16 <script id="download-label-{{ browser.id }}" type="text/template">
17 {% if locale in ["en", "de", "fr"] %}
18 {{ ("Agree and Install for " + browser.name) | translate(("agree-and-install -for-" + browser.id), "button label") }}
juliandoucette 2018/07/30 05:01:06 Detail: I fixed these strings as described in solu
ire 2018/07/31 00:10:02 Acknowledged.
19 {% else %}
20 {{ ("Install for " + browser.name) | translate(("install-for-" + browser.id) , "button label") }}
21 {% endif %}
22 </script>
23 {% endfor %}
24
25 <script src="/js/vendor/bowser.js"></script> 15 <script src="/js/vendor/bowser.js"></script>
26 <script src="/js/index.js"></script> 16 <script src="/js/index.js"></script>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld