FIX: Broken "read more" link on categories view for mobile pinned topics
This commit is contained in:
parent
02371e1108
commit
e2d40c033a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue