UX: remove email display from profile page
This commit is contained in:
parent
66501190bd
commit
3bdc6f9fad
|
@ -131,9 +131,6 @@
|
|||
{{#if invited_by}}
|
||||
<dt>{{i18n user.invited_by}}</dt><dd>{{#link-to 'user' invited_by}}{{invited_by.username}}{{/link-to}}</dd>
|
||||
{{/if}}
|
||||
{{#if email}}
|
||||
<dt>{{i18n user.email.title}}</dt><dd {{bind-attr title="email"}}>{{email}}</dd>
|
||||
{{/if}}
|
||||
<dt>{{i18n user.trust_level}}</dt><dd>{{trustLevel.name}}</dd>
|
||||
</dl>
|
||||
{{plugin-outlet "user-profile-secondary"}}
|
||||
|
|
Loading…
Reference in New Issue