mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
add glyph to move dialog button
This commit is contained in:
parent
4e857bfa12
commit
c24b326c04
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button class='btn btn-primary' {{bind-attr disabled="buttonDisabled"}} {{action movePostsToExistingTopic}}>{{buttonTitle}}</button>
|
<button class='btn btn-primary' {{bind-attr disabled="buttonDisabled"}} {{action movePostsToExistingTopic}}><i class="fa fa-sign-out"></i>{{buttonTitle}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue