mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +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
|
||||
a.money.btn-buy.item-btn(ng-click='castStart(Content.spells.special.#{k})')
|
||||
if canceler
|
||||
span.reward-cost {{Content.spells.special.#{k}.value}}
|
||||
span.shop_gold
|
||||
span.reward-cost {{Content.spells.special.#{k}.value}}
|
||||
else
|
||||
span.reward-cost {{user.items.special.#{k}}}
|
||||
span(class='shop_#{k}',style='display:inline-block;vertical-align:top;')
|
||||
span.reward-cost {{user.items.special.#{k}}}
|
||||
// main content
|
||||
p.task-text {{Content.spells.special.#{k}.text()}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue