mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Closes #4361
This commit is contained in:
parent
635ebf626b
commit
fdcc22bde9
1 changed files with 2 additions and 2 deletions
|
|
@ -106,11 +106,11 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
||||||
.task-controls
|
.task-controls
|
||||||
a.money.btn-buy.item-btn(ng-click='castStart(Content.spells.special.#{k})')
|
a.money.btn-buy.item-btn(ng-click='castStart(Content.spells.special.#{k})')
|
||||||
if canceler
|
if canceler
|
||||||
span.reward-cost {{Content.spells.special.#{k}.value}}
|
|
||||||
span.shop_gold
|
span.shop_gold
|
||||||
|
span.reward-cost {{Content.spells.special.#{k}.value}}
|
||||||
else
|
else
|
||||||
span.reward-cost {{user.items.special.#{k}}}
|
|
||||||
span(class='shop_#{k}',style='display:inline-block;vertical-align:top;')
|
span(class='shop_#{k}',style='display:inline-block;vertical-align:top;')
|
||||||
|
span.reward-cost {{user.items.special.#{k}}}
|
||||||
// main content
|
// main content
|
||||||
p.task-text {{Content.spells.special.#{k}.text()}}
|
p.task-text {{Content.spells.special.#{k}.text()}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue