FIX: Sometimes loading blank topic list

This commit is contained in:
Robin Ward 2014-12-17 11:34:02 -05:00
parent 768027f0e3
commit 01904c6ca3
2 changed files with 3 additions and 3 deletions

View File

@ -17,13 +17,13 @@
<div class="topic-excerpt">
{{t.excerpt}}
{{#if t.excerptTruncated}}
{{#unless t.canClearPin}}<a href="{{t.url}}">{{i18n 'read_more'}}</a>{{/unless}}
{{#unless t.canClearPin}}<a href="{{unbound t.url}}">{{i18n 'read_more'}}</a>{{/unless}}
{{/if}}
{{#if t.canClearPin}}
<a href="#" {{action "clearPin" t}} title="{{i18n 'topic.clear_pin.help'}}">{{i18n 'topic.clear_pin.title'}}</a>
{{/if}}
</div>
{{/if}}
{{/if}}
</div>
<div class="topic-item-stats clearfix">
<div class="pull-right">

View File

@ -11,7 +11,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="{{i18n 'topic.clear_pin.help'}}">{{i18n 'topic.clear_pin.title'}}</a>