Use envelope icon for Private Message button

This commit is contained in:
Neil Lalonde 2013-04-02 11:48:44 -04:00
parent e8d66beea5
commit 3fda486020

View File

@ -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}}