replace 'email' with envelope icon on user card for staged users
This commit is contained in:
parent
49371d668f
commit
3dd67e9c04
|
@ -131,7 +131,7 @@
|
|||
</h3>
|
||||
{{#if showCheckEmail}}
|
||||
<h3 class="email">
|
||||
{{i18n 'user.email.title'}}:
|
||||
{{d-icon "envelope-o" title="user.email.title"}}
|
||||
{{#if user.email}}
|
||||
{{user.email}}
|
||||
{{else}}
|
||||
|
|
Loading…
Reference in New Issue