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

Unified Diff: includes/breadcrumbs.tmpl

Issue 29490624: Issue 5373 - Remove the "blog" from acceptableads.com and link to blog.acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Addressed NITs Created July 20, 2017, 12:37 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/blog/recent-aac.tmpl ('k') | includes/sidebar/primary-navigation.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/breadcrumbs.tmpl
===================================================================
--- a/includes/breadcrumbs.tmpl
+++ b/includes/breadcrumbs.tmpl
@@ -28,27 +28,27 @@
{% for child_page, child_label in subpages %}
{% if page == child_page %}
<li>
{{ child_page | linkify }}<strong>{{ child_label | translate(child_page) }}</strong></a>
</li>
{% endif %}
{% endfor %}
{% elif breadcrumb %}
- {% if parent == "blog/index" or parent == "committee/members/index" %}
+ {% if parent == "committee/members/index" %}
<li>
{{ page | linkify }}<strong>{{ breadcrumb }}</strong></a>
</li>
{% else %}
<li>
{{ page | linkify }}<strong>{{ breadcrumb | translate("page-title")}}</strong></a>
</li>
{% endif %}
{% else %}
- {% if parent == "blog/index" or parent == "committee/members/index" %}
+ {% if parent == "committee/members/index" %}
<li>
{{ page | linkify }}<strong>{{ title }}</strong></a>
</li>
{% else %}
<li>
{{ page | linkify }}<strong>{{ title | translate("page-title")}}</strong></a>
</li>
{% endif %}
« no previous file with comments | « includes/blog/recent-aac.tmpl ('k') | includes/sidebar/primary-navigation.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld