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

Unified Diff: includes/reinstall.tmpl

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 | « no previous file | pages/uninstalled.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/reinstall.tmpl
===================================================================
--- a/includes/reinstall.tmpl
+++ b/includes/reinstall.tmpl
@@ -1,8 +1,4 @@
<aside id="reinstall" class="fg-accent">
- <div class="container content">
- <p class="lead">
- {{ "Did you uninstall Adblock Plus by accident?" | translate("reinstall-headline", "Text next to the Reinstallation button") }}
- {{ "index" | linkify(class="button accent") }}{{ "Reinstall Now" | translate("reinstall", "Reinstall button text") }}</a>
- </p>
- </div>
+ <span id="reinstall-label">{{ "Did you uninstall Adblock Plus by accident?" | translate("reinstall-headline", "Text next to the Reinstallation button") }}</span>
+ {{ "index" | linkify(class="button accent") }}{{ "Reinstall Now" | translate("reinstall", "Reinstall button text") }}</a>
</aside>
« no previous file with comments | « no previous file | pages/uninstalled.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld