Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{{#if value}}
|
||||
{{value}}
|
||||
{{else}}
|
||||
<span class="text-danger">{{translate 'userHasNoEmailAddress' category='messages' scope='Admin'}}</span>
|
||||
{{#if isAdmin}}
|
||||
<a href="#User/edit/{{prop model 'id'}}">{{translate 'Edit'}}</a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user