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

Unified Diff: includes/as-mentioned.tmpl

Issue 29798626: Fixes #91 - Homepage duplicate in Polish for SEM (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created June 4, 2018, 3:06 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 | « includes/abb-cross-promotion.tmpl ('k') | locales/pl/img/apple-app-store-badge.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/as-mentioned.tmpl
===================================================================
--- a/includes/as-mentioned.tmpl
+++ b/includes/as-mentioned.tmpl
@@ -35,17 +35,17 @@
"image_alt": "Business Insider logo"
}
] %}
<div id="media-section" class="bg-primary section">
<div class="container">
<div id="media">
<header id="media-header">
- <h2>{{ "As Mentioned On:" | translate("as-mentioned-header", "header") }}</h2>
+ <h2>{{ "As Mentioned On" | translate("as-mentioned-header", "header") }}:</h2>
<small>{{ "(Links open in a new window)" | translate("as-mentioned-title", "tooltip") }}</small>
</header>
<ul id="media-list" class="unstyled">
{% for item in media_coverage %}
<li>
<a
href="{{ item.link }}"
target="_blank"
« no previous file with comments | « includes/abb-cross-promotion.tmpl ('k') | locales/pl/img/apple-app-store-badge.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld