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
1 changed files with 1 additions and 1 deletions

View File

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