mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 03:07:31 +08:00
11 lines
406 B
Handlebars
11 lines
406 B
Handlebars
{{#if showNewPM}}
|
|
<div class="clearfix">
|
|
<a class='btn btn-primary pull-right new-private-message' {{action "composePrivateMessage"}}>{{fa-icon "envelope"}}{{i18n 'user.new_private_message'}}</a>
|
|
</div>
|
|
{{/if}}
|
|
|
|
{{basic-topic-list topicList=model
|
|
hideCategory=hideCategory
|
|
showParticipants=showParticipants
|
|
postsAction="showTopicEntrance"}}
|