mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
add glyph to move posts to new topic button
This commit is contained in:
parent
3ea76815e4
commit
b6b0cd5c15
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@
|
|||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<button class='btn btn-primary' {{bind-attr disabled="buttonDisabled"}} {{action movePostsToNewTopic}}>{{buttonTitle}}</button>
|
||||
<button class='btn btn-primary' {{bind-attr disabled="buttonDisabled"}} {{action movePostsToNewTopic}}><i class='fa fa-sign-out'></i>{{buttonTitle}}</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue