mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Should correctly show user info. [skip ci]
This commit is contained in:
parent
5dcbdec491
commit
7d247897ed
@ -59,7 +59,7 @@
|
||||
<tr>
|
||||
<td>{{ trans('list.is_activated') }}</td>
|
||||
<td>
|
||||
{% if information.activated %}
|
||||
{% if information.is_activated %}
|
||||
<small class="text-success"><i class="fa fa-fw fa-check"></i></small> Yes
|
||||
{% else %}
|
||||
<small class="text-danger"><i class="fa fa-fw fa-times"></i></small> No
|
||||
@ -69,7 +69,7 @@
|
||||
<tr>
|
||||
<td>{{ trans('list.is_blocked') }}</td>
|
||||
<td>
|
||||
{% if information.blocked == 1 %}
|
||||
{% if information.blocked %}
|
||||
<small class="text-danger"><i class="fa fa-fw fa-check" title="{{ 'yes'|_ }}"></i></small> Yes:
|
||||
|
||||
{% if information.blocked_code == "" %}
|
||||
|
Loading…
Reference in New Issue
Block a user