diff --git a/views/shared/tasks/lists.jade b/views/shared/tasks/lists.jade index 4598d278df..ec09f0a17b 100644 --- a/views/shared/tasks/lists.jade +++ b/views/shared/tasks/lists.jade @@ -53,9 +53,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template") i.icon-comment //left-hand size commands .task-controls - a.task-action-btn.btn-reroll(bo-if='item.type=="reroll"', ng-click='modals.reroll = true') - i.icon-repeat - a.money.btn-buy.item-btn(bo-if='item.type!="reroll"', ng-click='buy(item)') + a.money.btn-buy.item-btn(ng-click='buy(item)') span.reward-cost {{item.value}} span.shop_gold // main content