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

Unified Diff: pages/development-builds.html

Issue 29749592: Fixes #45 - Added TOS agreement to development builds page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Updated text to match download page Created April 11, 2018, 9: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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/development-builds.html
===================================================================
--- a/pages/development-builds.html
+++ b/pages/development-builds.html
@@ -1,9 +1,9 @@
-title=Development builds
+ title=Development builds
ire 2018/04/12 07:49:43 Extra space?
<head>
<link href="https://chrome.google.com/webstore/detail/ldcecbkkoecffmfljeihcmifjjdoepkn" rel="chrome-webstore-item">
<script>
document.addEventListener("DOMContentLoaded", function()
{
var link = document.getElementById("chrome-install-link");
if (typeof chrome != "undefined" && chrome.webstore)
@@ -33,16 +33,18 @@
<h2 id="bugs">{{s5 How do I report bugs in development builds?}}</h2>
<p>{{s6 Please do so <a href="/forum/viewforum.php?f=1">in the forum</a>, simply create a new topic (but look around a little, the same issue might have been reported already). You don't need to register but you can do so if you want to be notified about changes in your topic. Please provide all the information necessary to reproduce the issue, especially development build version, browser and browser version, operating system. Please consider temporarily installing the latest stable version of the extension and verifying that the issue doesn't exist there, as this information is generally very helpful.}}</p>
<h2 id="installation">{{s7 How do I install/update development builds?}}</h2>
<p>{{s8 To install a development build click one of the links below:}}</p>
+<p><small>{{ tos-agreement[TOS agreement] By clicking any of the links below, you agree to our <a href="terms">Terms of Use</a>. }}</small></p>
+
<ul>
<li>
<a href="/devbuilds/adblockplusfirefox/00latest.xpi">{{s10 <fix>Adblock Plus</fix> for <fix>Firefox</fix>}}</a>
<small>{{s20 (<a href="/devbuilds/adblockplusfirefox/00latest.changelog.xhtml">changelog</a>,
<a href="/devbuilds/adblockplusfirefox/">older builds</a>)}}</small>
</li>
<li>
<a href="https://chrome.google.com/webstore/detail/adblock-plus-development/ldcecbkkoecffmfljeihcmifjjdoepkn" id="chrome-install-link">{{abp-for-chrome <fix>Adblock Plus</fix> for <fix>Chrome</fix> and <fix>Opera</fix>}}</a>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld