mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Converted more ng-shows to ng-ifs
This commit is contained in:
parent
f2d62784f4
commit
e2403c52ad
1 changed files with 3 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ table.table.table-striped
|
|||
td
|
||||
|
||||
h4(class=mobile?'item item-divider':'',ng-if='user.flags.dropsEnabled')=env.t('pets')
|
||||
table.table.table-striped(ng-show='user.flags.dropsEnabled')
|
||||
table.table.table-striped(ng-if='user.flags.dropsEnabled')
|
||||
tr
|
||||
td
|
||||
strong=env.t('petsFound')
|
||||
|
|
@ -75,9 +75,9 @@ table.table.table-striped(ng-show='user.flags.dropsEnabled')
|
|||
td
|
||||
strong=env.t('beastProgress')
|
||||
| : {{profile.petCount}}/90
|
||||
// this works now //
|
||||
|
||||
h4(class=mobile?'item item-divider':'', ng-if='user.flags.dropsEnabled')=env.t('mounts')
|
||||
table.table.table-striped(ng-show='user.flags.dropsEnabled')
|
||||
table.table.table-striped(ng-if='user.flags.dropsEnabled')
|
||||
tr
|
||||
td
|
||||
strong=env.t('mountsTamed')
|
||||
|
|
|
|||
Loading…
Reference in a new issue