From 7d247897ed31067ef96aa9373162498d292a0f44 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 18 Oct 2016 06:47:48 +0200 Subject: [PATCH] Should correctly show user info. [skip ci] --- resources/views/admin/users/show.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/users/show.twig b/resources/views/admin/users/show.twig index 734ca4e32b..e008708de1 100644 --- a/resources/views/admin/users/show.twig +++ b/resources/views/admin/users/show.twig @@ -59,7 +59,7 @@ {{ trans('list.is_activated') }} - {% if information.activated %} + {% if information.is_activated %} Yes {% else %} No @@ -69,7 +69,7 @@ {{ trans('list.is_blocked') }} - {% if information.blocked == 1 %} + {% if information.blocked %} Yes: {% if information.blocked_code == "" %}