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

Side by Side 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.
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 | « no previous file | pages/uninstalled.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <aside id="reinstall" class="fg-accent"> 1 <aside id="reinstall" class="fg-accent">
2 <div class="container content"> 2 <span id="reinstall-label">{{ "Did you uninstall Adblock Plus by accident?" | translate("reinstall-headline", "Text next to the Reinstallation button") }}</sp an>
3 <p class="lead"> 3 {{ "index" | linkify(class="button accent") }}{{ "Reinstall Now" | translate(" reinstall", "Reinstall button text") }}</a>
4 {{ "Did you uninstall Adblock Plus by accident?" | translate("reinstall-he adline", "Text next to the Reinstallation button") }}
5 {{ "index" | linkify(class="button accent") }}{{ "Reinstall Now" | transla te("reinstall", "Reinstall button text") }}</a>
6 </p>
7 </div>
8 </aside> 4 </aside>
OLDNEW
« 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