FIX: Broken "read more" link on categories view for mobile pinned topics

This commit is contained in:
Robin Ward 2014-10-23 12:18:12 -04:00
parent 02371e1108
commit e2d40c033a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<div class="topic-excerpt">
{{{excerpt}}}
{{#if excerptTruncated}}
{{#unless canClearPin}}<a href="{{url}}">{{i18n read_more}}</a>{{/unless}}
{{#unless canClearPin}}<a href="{{unbound url}}">{{i18n read_more}}</a>{{/unless}}
{{/if}}
{{#if canClearPin}}
<a href="#" {{action "clearPin" this}} title="{{unbound i18n topic.clear_pin.help}}">{{i18n topic.clear_pin.title}}</a>