From 108d852d1273fc1cb20b00bae6e5a4e4f237ddcc Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 8 Dec 2013 19:04:18 -0700 Subject: [PATCH] remove reroll from tasks/lists.jade --- views/shared/tasks/lists.jade | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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