fix(jade): fix warings

This commit is contained in:
Matteo Pagliazzi 2014-08-17 13:32:09 +02:00
parent 0837f2c39b
commit 4c8309c8cc
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ mixin boss(tavern, mobile)
div.pull-left(class='quest_{{::group.quest.key}}_{{::k}}')
| {{::Content.quests[group.quest.key].collect[k].text()}}
td
{{v}} / {{Content.quests[group.quest.key].collect[k].count}}
|{{v}} / {{Content.quests[group.quest.key].collect[k].count}}
div(ng-bind-html='::Content.quests[group.quest.key].notes()')
unless tavern

View file

@ -75,9 +75,9 @@ mixin herobox(opts)
- if (!opts) {opts = {minimal:false,main:false}}
figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(profile._id)', data-name='{{profile.profile.name}}', class='background_{{profile.preferences.background}} #{opts.main ? "isUser" : ""} #{opts.minimal ? "minimal" : ""}', ng-class='{hasPet: (#{!opts.minimal} && profile.items.currentPet), hasMount: (#{!opts.minimal} && profile.items.currentMount), noBackgroundImage: !profile.preferences.background, "cast-target": applyingAction, isLeader: party.leader==profile._id}')
.avatar-name(ng-class='userLevelStyle(profile)')
{{profile.profile.name}}
|{{profile.profile.name}}
+avatar(opts)
.avatar-level(ng-class='userLevelStyle(profile)')
span.glyphicon.glyphicon-circle-arrow-up(ng-show='profile.stats.buffs.str || profile.stats.buffs.per || profile.stats.buffs.con || profile.stats.buffs.int || profile.stats.buffs.stealth', tooltip=env.t('buffed'))
span(tooltip=env.t('level')){{profile.stats.lvl}}
span(tooltip=env.t('level')) {{profile.stats.lvl}}
span.glyphicon.glyphicon-plus-sign(ng-show='profile.achievements.rebirths', tooltip=env.t('reborn', {reLevel: "{{profile.achievements.rebirthLevel}}"}))