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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locales/pl/poland.json ('k') | static/css/index.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/poland.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/poland.tmpl
@@ -0,0 +1,30 @@
+template=minimal
+title=Adblock Plus | Nr 1 na świecie wśród darmowych adblockerów
+description=Adblock Plus, najbardziej popularny adblocker na Firefoxa, Chrome, Safari, Android i iOS. Pozbądź się pop-upów i irytujących reklam na takich stronach jak Facebook czy YouTube.
+locale=pl
+
+<head>
+ <link rel="stylesheet" href="/css/index.css">
+ <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb">
+ <style>
+ #hero-download-alternate
+ {
+ display: none;
+ }
+ </style>
+</head>
+
+<? include hero-download ?>
+<? include as-mentioned ?>
+<? include features ?>
+<? include abb-cross-promotion ?>
+<? include footnote ?>
+
+{% for browser in browsers %}
+<script id="download-label-{{ browser.id }}" type="text/template">
+ Zainstaluj na {{ browser.name }}
+</script>
+{% endfor %}
+
+<script src="/js/vendor/bowser.js"></script>
+<script src="/js/index.js"></script>
« 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