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

Side by Side Diff: includes/index.tmpl

Issue 29727563: Fixes #35 - Progressively enhance install button with appropriate links and text (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Rebase Created March 21, 2018, 9:16 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
OLDNEW
(Empty)
1 title=Adblock Plus - Surf the web without annoying ads!
2 description=Adblock Plus is the most popular ad blocker available for Firefox, C hrome, Opera, Safari, Android and Internet Explorer. Block all annoying ads all over the web: remove video ads on YouTube, block Facebook ads, get rid of pop-up s and much more. On Google Chrome, Adblock Plus is one of the fastest growing ex tensions ever. Adblock Plus is used on over 100 million devices. Download online for free now!
3
4 <head>
5 <link rel="stylesheet" href="/css/index.css">
6 </head>
7
8 <? include hero-download ?>
9 <? include as-mentioned ?>
10 <? include features ?>
11 <? include cross-promotion ?>
12 <? include footnote ?>
13
14 <script id="hero-download-button-template" type="text/template">
15 {% if locale in ["en", "de", "fr"] %}
16 {{ "Agree and Install for <fix>browser</fix>" | translate("agree-and-install -for-browser", "button label") }}
17 {% else %}
18 {{ "Install for <fix>browser</fix>" | translate("install-for-browser", "bu tt
saroyanm 2018/03/23 19:08:36 The installation "visited" state of this button is
ire 2018/03/26 10:23:00 This issue was fixed in https://codereview.adblock
19 on label") }}
20 {% endif %}
21 </script>
22
23 <script src="/js/vendor/bowser.js"></script>
24 <script src="/js/index.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld