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

Side by Side Diff: pages/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: Created March 19, 2018, 10:25 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 | « pages/index.html ('k') | static/css/index.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 template=minimal
4
5 <head>
6 <link rel="stylesheet" href="/css/index.css">
7 </head>
8
9 <? include hero-download ?>
10 <? include as-mentioned ?>
11 <? include features ?>
12 <? include cross-promotion ?>
13 <? include footnote ?>
14
15 <script id="hero-download-button-template" type="text/template">
16 {% if locale in ["en", "de", "fr"] %}
17 {{ "Agree and Install for <fix>browser</fix>" | translate("agree-and-install -for-browser", "button label") }}
18 {% else %}
19 {{ "Install for <fix>browser</fix>" | translate("install-for-browser", "butt on label") }}
20 {% endif %}
21 </script>
22
23 <script src="/js/vendor/bowser.js"></script>
24 <script src="/js/index.js"></script>
OLDNEW
« no previous file with comments | « pages/index.html ('k') | static/css/index.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld