Removed useless comment in task.jade

This commit is contained in:
Verabird 2014-12-26 16:07:54 -05:00
parent 2de3e65043
commit 9b10081117

View file

@ -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}}