discourse/app/assets/javascripts/discourse/templates/user-topics-list.hbs
2015-05-11 11:20:45 -04:00

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"}}