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

Side by Side Diff: includes/abb-notification.tmpl

Issue 29690912: Fixes #9 - Update cross-promotional section (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed comments #2 Created Feb. 20, 2018, 11:16 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 | « no previous file | includes/index.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 <div id="adblock-browser-notification" class="notice"> 1 <section id="abb-notification" class="section">
2 {{get_string("abb_notification", "abb-notification")}} 2 <div class="container phablet-width content text-center">
3 <span> 3 <h2 class="h1">{{ get_string("abb_notification", "abb-notification") }}</h2>
4 <img src="/img/abb-logo.png" alt="{{get_string("abb_logo_alt", "abb-notifica tion")}}" /> 4
5 <a href="https://adblockbrowser.org">{{get_string("abb_notification_link", " abb-notification")}}</a> 5 <figure>
6 </span> 6 <img src="/img/abb-logo.png" alt="{{ get_string("abb_logo_alt", "abb-notif ication") }}" id="abb-logo">
7 </div> 7 <figcaption>
8 <h3>
9 <a href="https://eyeo.to/adblockbrowser/abp-website">
10 {{ get_string("abb_notification_link", "abb-notification") }}
11 </a>
12 </h3>
13 <p>{{ get_string("abb_notification_description", "abb-notification") }}< /p>
14 </figcaption>
15 </figure>
16
17 <div id="abb-app-store-badges" class="row">
18 <a href="https://eyeo.to/adblockbrowser/ios/abp-website" title="{{ get_str ing("abb_ios_link_title", "abb-notification") }}" class="column one-half">
19 <img src="/img/apple-app-store-badge.png" srcset="/img/apple-app-store-b adge.svg 2x" alt="{{ get_string("abb_ios_badge_alt", "abb-notification") }}">
20 </a>
21 <a href="https://eyeo.to/adblockbrowser/android/abp-website" title="{{ get _string("abb_android_link_title", "abb-notification") }}" class="column one-half ">
22 <img src="/img/google-play-badge.png" srcset="/img/google-play-badge.svg 2x" alt="{{ get_string("abb_android_badge_alt", "abb-notification") }}">
23 </a>
24 </div>
25 </div>
26 </section>
OLDNEW
« no previous file with comments | « no previous file | includes/index.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld