mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 12:16:17 +08:00
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>
|
</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}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user