mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-21 21:34:15 +00:00
remove reroll from tasks/lists.jade
This commit is contained in:
parent
81dc41e177
commit
108d852d12
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue