mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Removed useless comment in task.jade
This commit is contained in:
parent
2de3e65043
commit
9b10081117
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ li(bindonce='list', id='task-{{::task.id}}', ng-repeat='task in obj[list.type+"s
|
|||
// Due Date
|
||||
span(ng-if='task.type=="todo" && task.date')
|
||||
span(ng-class='{"label label-danger":(moment(task.date).isBefore(_today, "days") && !task.completed)}') {{task.date | date:user.preferences.dateFormat.substr(0,5)}}
|
||||
//{{::profile.auth.timestamps.created | date:user.preferences.dateFormat}}
|
||||
|
||||
// Streak
|
||||
|
|
||||
span(ng-show='task.streak') {{task.streak}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue