Use envelope icon for Private Message button
This commit is contained in:
parent
e8d66beea5
commit
3fda486020
|
@ -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 New Issue