mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 15:33:29 +08:00
Use envelope icon for Private Message button
This commit is contained in:
parent
e8d66beea5
commit
3fda486020
@ -7,7 +7,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
{{#if content.can_send_private_message_to_user}}
|
{{#if content.can_send_private_message_to_user}}
|
||||||
<button class='btn create' {{action composePrivateMessage}}>
|
<button class='btn create' {{action composePrivateMessage}}>
|
||||||
<i class='icon icon-arrow-right'></i>
|
<i class='icon icon-envelope-alt'></i>
|
||||||
{{i18n user.private_message}}
|
{{i18n user.private_message}}
|
||||||
</button>
|
</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user