FIX: Latest link in site map was not working correctly.

This commit is contained in:
Robin Ward 2014-07-28 15:53:00 -04:00
parent d17dbf61a8
commit 8603f492c7

View File

@ -12,7 +12,7 @@
</li> </li>
{{/if}} {{/if}}
<li> <li>
{{#titled-link-to "discovery.latest" titleKey="filters.latest.help" class="latest-topics-link"}}{{i18n filters.latest.title}}{{/titled-link-to}} <a href="/" title="{{i18n filters.latest.help}}" class="latest-topics-link">{{i18n filters.latest.title}}</a>
</li> </li>
{{#if showBadgesLink}} {{#if showBadgesLink}}
<li> <li>
@ -37,6 +37,7 @@
</li> </li>
{{#each categories itemController=itemController}} {{#each categories itemController=itemController}}
<li class="category">
{{category-link this allowUncategorized=true showParent=true}} {{category-link this allowUncategorized=true showParent=true}}
{{#if showBadges}} {{#if showBadges}}
{{#if unreadTopics}} {{#if unreadTopics}}
@ -48,6 +49,7 @@
{{else}} {{else}}
<b class="topics-count">{{unbound topic_count}}</b> <b class="topics-count">{{unbound topic_count}}</b>
{{/if}} {{/if}}
</li>
{{/each}} {{/each}}
</ul> </ul>
{{/if}} {{/if}}