Right test for false (fixes #2335)

This commit is contained in:
FinnStutzenstein 2016-09-13 13:19:51 +02:00
parent 2753af3585
commit 3720fd1b0d

View File

@ -187,7 +187,7 @@
<!-- user data colums -->
<td ng-mouseover="user.hover=true" ng-mouseleave="user.hover=false">
<strong>
<i ng-show="!user.is_active" class="fa fa-ban"
<i ng-show="user.is_active === false" class="fa fa-ban"
title="{{ 'Is inactive' | translate }}"></i>
<i ng-show="user.is_committee" class="fa fa-users"
title="{{ 'Is a committee' | translate }}"></i>