Merge branch 'master' into admin-disable-user

This commit is contained in:
Daniel García
2020-12-08 15:42:37 +01:00
committed by GitHub
14 changed files with 263 additions and 261 deletions

View File

@@ -21,6 +21,8 @@
<div class="float-left">
<strong>{{Name}}</strong>
<span class="d-block">{{Email}}</span>
<span class="d-block">Created at: {{created_at}}</span>
<span class="d-block">Last active: {{last_active}}</span>
<span class="d-block">
{{#unless user_enabled}}
<span class="badge badge-danger mr-2" title="User is disabled">Disabled</span>