mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 17:19:42 +00:00
Small formatting fix to Advanced Options
This commit is contained in:
parent
37f7a923ea
commit
dab22ec051
1 changed files with 4 additions and 3 deletions
|
|
@ -157,9 +157,10 @@ li(bindonce='list', ng-repeat='task in obj[list.type+"s"]', class='task {{taskCl
|
||||||
button.task-action-btn.tile(type='button', ng-class='{active: task.priority=="!!"}', ng-click='task.challenge.id || (task.priority="!!")') Medium
|
button.task-action-btn.tile(type='button', ng-class='{active: task.priority=="!!"}', ng-click='task.challenge.id || (task.priority="!!")') Medium
|
||||||
button.task-action-btn.tile(type='button', ng-class='{active: task.priority=="!!!"}', ng-click='task.challenge.id || (task.priority="!!!")') Hard
|
button.task-action-btn.tile(type='button', ng-class='{active: task.priority=="!!!"}', ng-click='task.challenge.id || (task.priority="!!!")') Hard
|
||||||
//span(ng-if='task.type=="daily" && !task.challenge.id')
|
//span(ng-if='task.type=="daily" && !task.challenge.id')
|
||||||
span(ng-if='task.type=="daily"')
|
p
|
||||||
legend.option-title Restore Streak
|
span(ng-if='task.type=="daily"')
|
||||||
input.option-content(type='number', ng-model='task.streak')
|
legend.option-title Restore Streak
|
||||||
|
input.option-content(type='number', ng-model='task.streak')
|
||||||
button.task-action-btn.tile.spacious(type='submit') Save & Close
|
button.task-action-btn.tile.spacious(type='submit') Save & Close
|
||||||
|
|
||||||
div(class='{{obj._id}}{{task.id}}-chart', ng-show='charts[obj._id+task.id]')
|
div(class='{{obj._id}}{{task.id}}-chart', ng-show='charts[obj._id+task.id]')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue