replace 'email' with envelope icon on user card for staged users

This commit is contained in:
Neil Lalonde 2017-11-30 16:55:27 -05:00
parent 49371d668f
commit 3dd67e9c04

View File

@ -131,7 +131,7 @@
</h3> </h3>
{{#if showCheckEmail}} {{#if showCheckEmail}}
<h3 class="email"> <h3 class="email">
{{i18n 'user.email.title'}}: {{d-icon "envelope-o" title="user.email.title"}}
{{#if user.email}} {{#if user.email}}
{{user.email}} {{user.email}}
{{else}} {{else}}