mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
added accounts verification
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
|
||||
<a ng-repeat="user in users | orderBy: 'date'" class="item item-avatar" ng-href="#/app/users/{{user._id}}">
|
||||
<img ng-src="{{user.avatar}}">
|
||||
<h2 class="o_text_purple600">{{user.username}}</h2>
|
||||
<h2 class="o_text_purple600">
|
||||
{{user.username}}
|
||||
<i ng-show="user.validated" class="ion-checkmark-circled ct_blue300"></i>
|
||||
</h2>
|
||||
<p>
|
||||
{{user.description}}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user