diff --git a/app/assets/javascripts/discourse/templates/list/topic_list_item.hbs b/app/assets/javascripts/discourse/templates/list/topic_list_item.hbs index 4a52efa70..9227aa8b9 100644 --- a/app/assets/javascripts/discourse/templates/list/topic_list_item.hbs +++ b/app/assets/javascripts/discourse/templates/list/topic_list_item.hbs @@ -3,21 +3,21 @@ {{input type="checkbox" checked=checked}} {{else}} - {{#if canStar}} + {{#unboundIf canStar}} - {{/if}} + {{/unboundIf}} {{/if}} {{topic-status topic=this.model}} {{topic-link this}} - {{#if showTopicPostBadges}} + {{#unboundIf showTopicPostBadges}} {{topic-post-badges unread=unread newPosts=displayNewPosts unseen=unseen url=lastUnreadUrl}} - {{/if}} + {{/unboundIf}} - {{#if hasExcerpt}} + {{#unboundIf hasExcerpt}}
{{{excerpt}}} {{#if excerptTruncated}} @@ -27,7 +27,7 @@ {{i18n topic.clear_pin.title}} {{/if}}
- {{/if}} + {{/unboundIf}} {{#unless hideCategory}}