mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:10:17 +08:00
Add plugin outlets for user stream item and topic list item
This commit is contained in:
parent
0deea4f7d4
commit
e09634dbae
|
@ -6,6 +6,7 @@
|
|||
<a href={{item.postUrl}}>{{{item.title}}}</a>
|
||||
</span>
|
||||
<div class="category">{{category-link item.category}}</div>
|
||||
{{plugin-outlet "user-stream-item-header"}}
|
||||
</div>
|
||||
|
||||
{{#if actionDescription}}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<td class='main-link clearfix' colspan="{{titleColSpan}}">
|
||||
{{raw "topic-status" topic=topic}}
|
||||
{{topic-link topic}}
|
||||
{{plugin-outlet "topic-list-after-title"}}
|
||||
{{#if controller.showTopicPostBadges}}
|
||||
{{raw "topic-post-badges" unread=topic.unread newPosts=topic.displayNewPosts unseen=topic.unseen url=topic.lastUnreadUrl}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user