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

Unified Diff: includes/install-button.tmpl

Issue 29841563: Noissue - Merged index_page into master (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Fixed more misc issues discussed in IRC Created July 30, 2018, 4:40 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
Index: includes/install-button.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/install-button.tmpl
@@ -0,0 +1,14 @@
+<p class="tos-short">
+ <small>{{ get_string("tos-short", "install-button") }}</small>
+</p>
+<div>
+ <a
+ id="install-button"
+ class="button install-button"
+ href="download">
+ {{ get_string("install", "install-button") }}
+ </a>
+ <p class="download-alt">
+ <a href="download">{{ get_string("download-alt", "install-button") }}</a>
+ </p>
+</div>

Powered by Google App Engine
This is Rietveld