Skip to content

Commit

Permalink
Small formatting fix to Advanced Options
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Dec 2, 2013
1 parent 37f7a92 commit dab22ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions views/shared/tasks/task.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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="!!!")') Hard
//span(ng-if='task.type=="daily" && !task.challenge.id')
span(ng-if='task.type=="daily"')
legend.option-title Restore Streak
input.option-content(type='number', ng-model='task.streak')
p
span(ng-if='task.type=="daily"')
legend.option-title Restore Streak
input.option-content(type='number', ng-model='task.streak')
button.task-action-btn.tile.spacious(type='submit') Save & Close

div(class='{{obj._id}}{{task.id}}-chart', ng-show='charts[obj._id+task.id]')

0 comments on commit dab22ec

Please sign in to comment.