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

Unified Diff: pages/uninstalled-submit.html

Issue 29721785: Fixes #29 - Moved reinstall banner below heading on uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #3 Created March 14, 2018, 12:02 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 | « pages/uninstalled.tmpl ('k') | static/css/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/uninstalled-submit.html
===================================================================
--- a/pages/uninstalled-submit.html
+++ b/pages/uninstalled-submit.html
@@ -2,14 +2,14 @@
template=minimal
<head>
<meta name="robots" content="noindex" />
<link href="/css/uninstalled.css" rel="stylesheet">
</head>
<div id="content">
- <? include reinstall ?>
<div class="container content">
<h1>{{ heading[Heading text] Data submitted successfully }}</h1>
<p class="lead">{{ thank-you[Thank you message below heading] Thank you for your participation }}</p>
+ <? include reinstall ?>
</div>
</div>
« no previous file with comments | « pages/uninstalled.tmpl ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld