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

Side by Side Diff: pages/poland.tmpl

Issue 29798626: Fixes #91 - Homepage duplicate in Polish for SEM (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created June 4, 2018, 3:06 p.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/pl/poland.json ('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 template=minimal
2 title=Adblock Plus | Nr 1 na świecie wśród darmowych adblockerów
3 description=Adblock Plus, najbardziej popularny adblocker na Firefoxa, Chrome, S afari, Android i iOS. Pozbądź się pop-upów i irytujących reklam na takich strona ch jak Facebook czy YouTube.
4 locale=pl
5
6 <head>
7 <link rel="stylesheet" href="/css/index.css">
8 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/deta il/cfhdojbkjhnklbpkdaibdccddilifddb">
9 <style>
10 #hero-download-alternate
11 {
12 display: none;
13 }
14 </style>
15 </head>
16
17 <? include hero-download ?>
18 <? include as-mentioned ?>
19 <? include features ?>
20 <? include abb-cross-promotion ?>
21 <? include footnote ?>
22
23 {% for browser in browsers %}
24 <script id="download-label-{{ browser.id }}" type="text/template">
25 Zainstaluj na {{ browser.name }}
26 </script>
27 {% endfor %}
28
29 <script src="/js/vendor/bowser.js"></script>
30 <script src="/js/index.js"></script>
OLDNEW
« no previous file with comments | « locales/pl/poland.json ('k') | static/css/index.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld