added accounts verification

This commit is contained in:
arnaucode
2017-09-01 11:37:00 +02:00
parent 1e26b86597
commit fd2067bd2d
11 changed files with 30 additions and 12 deletions

View File

@@ -8,7 +8,10 @@
show image disabled, here the code prepared to enable show image:
<img ng-click="showImg()" ng-src="{{user.avatar}}" class="o_userImgCircular" />
-->
<h3 class="o_text_white">{{user.username}}</h3>
<h3 class="o_text_white">
{{user.username}}
<i ng-show="user.validated" class="ion-checkmark-circled ct_blue300"></i>
</h3>
<p>{{user.description}}</p>
<p>{{user.email}}</p>