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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pages/uninstalled.tmpl ('k') | static/css/main.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Adblock Plus has been uninstalled 1 title=Adblock Plus has been uninstalled
2 template=minimal 2 template=minimal
3 3
4 <head> 4 <head>
5 <meta name="robots" content="noindex" /> 5 <meta name="robots" content="noindex" />
6 <link href="/css/uninstalled.css" rel="stylesheet"> 6 <link href="/css/uninstalled.css" rel="stylesheet">
7 </head> 7 </head>
8 8
9 <div id="content"> 9 <div id="content">
10 <? include reinstall ?>
11 <div class="container content"> 10 <div class="container content">
12 <h1>{{ heading[Heading text] Data submitted successfully }}</h1> 11 <h1>{{ heading[Heading text] Data submitted successfully }}</h1>
13 <p class="lead">{{ thank-you[Thank you message below heading] Thank you for your participation }}</p> 12 <p class="lead">{{ thank-you[Thank you message below heading] Thank you for your participation }}</p>
13 <? include reinstall ?>
14 </div> 14 </div>
15 </div> 15 </div>
OLDNEW
« 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