update view: stats box in header

This commit is contained in:
Will
2015-07-03 15:08:14 -07:00
parent 03eec12fdd
commit 5f6ddd76a7
+1 -1
View File
@@ -12,7 +12,7 @@
.meter.health(tooltip='{{Math.round(user.stats.hp * 100) / 100}}')
.bar(ng-style='{"width": Shared.percent(user.stats.hp, 50)+"%"}')
span.meter-text.value
| {{Math.ceil(user.stats.hp)}} / 50
| {{Math.ceil(user.stats.hp)}} / Shared.maxHealth
.meter-label(tooltip=env.t('experience'))
span.glyphicon.glyphicon-star
.meter.experience(tooltip='{{Math.round(user.stats.exp * 100) / 100}}')