mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
* Formatted stats * small changes * Fixed issues as per comments
This commit is contained in:
committed by
Matteo Pagliazzi
parent
8be29e27d0
commit
e43749bed1
@@ -224,7 +224,7 @@ div
|
||||
span.hint(:popover-title='$t(statInfo.title)', popover-placement='right',
|
||||
:popover='$t(statInfo.popover)', popover-trigger='mouseenter')
|
||||
.stat-title(:class='stat') {{ $t(statInfo.title) }}
|
||||
strong.number {{ statsComputed[stat] }}
|
||||
strong.number {{ statsComputed[stat] | floorWholeNumber }}
|
||||
.col-12.col-md-6
|
||||
ul.bonus-stats
|
||||
li
|
||||
|
||||
Reference in New Issue
Block a user