update view: stats box in header
This commit is contained in:
@@ -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}}')
|
||||
|
||||
Reference in New Issue
Block a user