- This causes the topic-post-badge to be considered the same word as "text"
- at the end of the link, preventing it from line wrapping onto its own line.
- --}}
- {{~raw-plugin-outlet name="topic-list-before-link"}}
- <div class='main-link'>
- {{~raw-plugin-outlet name="topic-list-before-status"}}
- {{~raw "topic-status" topic=topic~}}
- {{~topic-link topic class="raw-link raw-topic-link"}}
- {{~#if topic.featured_link~}}
- {{~topic-featured-link topic~}}
- {{~/if~}}
- {{~#if topic.unseen~}}
- <span class="topic-post-badges"> <span class="badge-notification new-topic"></span></span>
- {{~/if~}}
- {{~#if expandPinned~}}
- {{~raw "list/topic-excerpt" topic=topic~}}
- {{~/if~}}
- </div>
- <div class='pull-right'>
- {{raw "list/post-count-or-badges" topic=topic postBadgesEnabled=showTopicPostBadges}}
- </div>