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

Unified Diff: pages/uninstalled.tmpl

Issue 29669624: Issue 6235 - Reinstall button on uninstallation page is below the fold (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Jan. 15, 2018, 4:47 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/uninstalled.tmpl
===================================================================
--- a/pages/uninstalled.tmpl
+++ b/pages/uninstalled.tmpl
@@ -11,16 +11,18 @@
("7v0", "reason-difficult", "I find it difficult to use Adblock Plus.", ""),
] %}
<head>
<meta name="robots" content="noindex" />
<link href="/css/uninstalled.css" rel="stylesheet">
</head>
+<? include reinstall ?>
+
<section id="uninstall-reasons">
<div id="content" class="container content">
<h1>{{ title | translate("title") }}</h1>
<p class="lead">{{ "Please select the reason(s) why you uninstalled Adblock Plus:" | translate("reasons-header", "Form heading") }}</p>
<form id="reasons-form" action="uninstalled-submit" method="get">
<fieldset>
<ul id="reasons">
{%- for reasonId, stringId, value, adblockers in reasons %}
@@ -70,11 +72,9 @@
</p>
</form>
<p class="disclaimer">
<small>{{ "By clicking Submit, you are sending your response to Adblock Plus. Please see our <a href='/privacy'>privacy policy</a>." | translate("disclaimer", "Disclaimer below form") }}</small>
</p>
</div>
</section>
-<? include reinstall ?>
-
<script src="/js/uninstalled.js"></script>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld