Fix stats.jade.

I broke it in a previous PR.
This commit is contained in:
Gaelan 2014-06-09 22:51:28 -07:00
parent 7bd421f10c
commit 8bd9f3d348

View file

@ -29,7 +29,7 @@ unless mobile
h4(class=mobile?'item item-divider':'')=env.t('attributes')
table.table.table-striped
tr(ng-repeat='(k,v) in {str: env.t("strength"),int: env.t("intelligence"),con: env.t("constitution"),per:env.t("perception")"}')
tr(ng-repeat='(k,v) in {str: env.t("strength"),int: env.t("intelligence"),con: env.t("constitution"),per:env.t("perception")}')
td
span.hint(ng-if='k=="str"', popover-title=env.t('strength'), popover-placement='right', popover=env.t('strengthText'), popover-trigger='mouseenter', style='margin-right:3px')
strong {{v}}