classes WIP
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//.header-wrap(ng-controller='HeaderCtrl', data-spy="affix", data-offset-top="148")
|
||||
.header-wrap(ng-controller='HeaderCtrl')
|
||||
.header-wrap(ng-controller='HeaderCtrl', data-spy="affix", data-offset-top="148")
|
||||
a.label.undo-button(x-bind='click:undo', ng-show='_undo') Undo
|
||||
div(ng-if='!user.preferences.hideHeader')
|
||||
include menu
|
||||
@@ -25,6 +24,12 @@
|
||||
span(ng-show='user.history.exp')
|
||||
a(ng-click='toggleChart("exp")', tooltip='Progress')
|
||||
i.icon-signal
|
||||
.meter.mana(title='Mana', ng-if='user.stats.class')
|
||||
.bar(style='width: {{percent(user.stats.mp, user.stats.int+10)}}%;')
|
||||
span.meter-text
|
||||
i.icon-fire
|
||||
| {{user.stats.mp || 0 | number:0}} / {{user.stats.int+10}}
|
||||
|
||||
// party
|
||||
span(ng-controller='PartyCtrl')
|
||||
.herobox-wrap(ng-repeat='profile in partyMinusSelf')
|
||||
|
||||
Reference in New Issue
Block a user