From 1b1c646e24d68adcca904e1a65e46ea3eeee55e2 Mon Sep 17 00:00:00 2001 From: Marcelo Sizer Date: Tue, 14 Jan 2014 16:22:14 -0200 Subject: [PATCH] Replace old code --- views/shared/profiles/stats.jade | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/views/shared/profiles/stats.jade b/views/shared/profiles/stats.jade index cd787cf93d..fc091ad15a 100644 --- a/views/shared/profiles/stats.jade +++ b/views/shared/profiles/stats.jade @@ -27,7 +27,7 @@ table.table.table-striped(ng-show='user.flags.itemsEnabled') h4=env.t('attributes') table.table.table-striped - tr(ng-repeat='(k,v) in {str:"Strength",int:"Intelligence",con:"Constitution",per:"Perception"}') + tr(ng-repeat='(k,v) in {str:"Strength (STR)",int:"Intelligence (INT)",con:"Constitution (CON)",per:"Perception (PER)"}') td strong {{v}}: {{profile._statsComputed[k]}} td @@ -70,12 +70,13 @@ table.table.table-striped i.icon-question-sign(popover-title=env.t('streaksFrozen'), popover-trigger='mouseenter', popover-placement='right', popover=env.t('streaksFrozenText')) td -h4=env.t('pets') -table.table.table-striped +h4(ng-show='user.flags.dropsEnabled')=env.t('pets') +table.table.table-striped(ng-show='user.flags.dropsEnabled') tr td strong=env.t('petsFound') | : {{profile.petCount}} +// Dunno why this doesn't work // // tr td strong=env.t('mountsTamed')