mirror of
https://github.com/arnaucube/commonroutesAdminWeb.git
synced 2026-02-07 11:16:44 +01:00
added accounts verification system
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
<img class="circle" ng-src="{{user.avatar}}" alt="icon">
|
||||
</div>
|
||||
<div class="row-content">
|
||||
<h4 class="list-group-item-heading">{{user.username}}</h4>
|
||||
<h4 class="list-group-item-heading">
|
||||
{{user.username}}
|
||||
<span ng-show="user.validated" class="badge badge-secondary c_deepPurple300">Validated</span>
|
||||
</h4>
|
||||
|
||||
<p class="list-group-item-text">{{user.description}}</p>
|
||||
<p class="list-group-item-text">{{user.travels.length}} published travels</p>
|
||||
|
||||
Reference in New Issue
Block a user