From fdcc22bde93f7e8bad0dbd74218d1cd8bdae8ae2 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 24 Dec 2014 09:02:03 -0600 Subject: [PATCH] Closes #4361 --- views/shared/tasks/lists.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/shared/tasks/lists.jade b/views/shared/tasks/lists.jade index 0cc9abe767..e73661adfc 100644 --- a/views/shared/tasks/lists.jade +++ b/views/shared/tasks/lists.jade @@ -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()}}