Fix typo
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//-figure.herobox(ng-click='clickMember(profile._id)', data-name='{{profile.profile.name}}', ng-class='{isUser: profile.id==user.id, hasPet: profile.items.currentPet}', data-level='{{profile.stats.lvl}}', data-uid='{{profile.id}}', rel='popover', data-placement='bottom', data-trigger='hover', data-html='true', data-content="<div ng-hide='profile.id == user.id'> <div class='progress progress-danger' style='height:5px;'> <div class='bar' style='height: 5px; width: {{percent(profile.stats.hp, 50)}}%;'></div> </div> <div class='progress progress-warning' style='height:5px;'> <div class='bar' style='height: 5px; width: {{percent(profile.stats.exp, tnl(profile.stats.lvl))}}%;'></div> </div> <div>Level: {{profile.stats.lvl}}</div> <div>GP: {{profile.stats.gp | number:0}}</div> <div>{{count(profile.items.pets)}} / 90 Pets Found</div> </div>")
|
||||
|
||||
mixin costumeSetting(pref)
|
||||
span(ng-class="profile.preferences.costume ? profile.items.gear.costume.#{pref}' : profile.items.gear.equipped.#{pref}")
|
||||
span(ng-class="profile.preferences.costume ? profile.items.gear.costume.#{pref} : profile.items.gear.equipped.#{pref}")
|
||||
|
||||
mixin avatar(opts)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user