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

Side by Side Diff: pages/uninstalled-submit.html

Issue 29630614: [Demo] Issue 6047 - Missing background on uninstallation page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Dec. 5, 2017, 10:25 a.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') | pages/uninstalled-submit.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 title=Adblock Plus has been uninstalled
2 template=minimal
3
4 <head>
5 <meta name="robots" content="noindex" />
6 <link rel="stylesheet" href="/css/uninstalled.css" type="text/css" media="all" >
7 </head>
8
9 <div class="container content">
10 <h1>{{ heading[Heading text] Data submitted successfully }}</h1>
11 <p>{{ thank-you[Thank you message below heading] Thank you for your participat ion }}</p>
12 </div>
13
14 <aside id="reinstall" class="bg-accent" >
15 <div class="container content">
16 <p class="lead">
17 {{ reinstall-headline[Text next to the Reinstallation button] Did you uninst all Adblock Plus by accident?" }}
18 <a href="index" class="button">
19 {{ reinstall[Reinstall button text] Reinstall Now }}
20 </a>
21 </div>
22 </aside>
OLDNEW
« no previous file with comments | « pages/uninstalled.tmpl ('k') | pages/uninstalled-submit.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld