mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Use envelope icon for Private Message button
This commit is contained in:
parent
e8d66beea5
commit
3fda486020
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<br/>
|
||||
{{#if content.can_send_private_message_to_user}}
|
||||
<button class='btn create' {{action composePrivateMessage}}>
|
||||
<i class='icon icon-arrow-right'></i>
|
||||
<i class='icon icon-envelope-alt'></i>
|
||||
{{i18n user.private_message}}
|
||||
</button>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in a new issue