Hidding related tasks block if empty

stable
Alejandro Alonso 2014-08-27 11:04:29 +02:00
parent 8ad561f0de
commit fe91223a09
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
section.related-tasks section.related-tasks(ng-show="tasks")
h2 Related Tasks h2 Related Tasks
ul.task-list ul.task-list
li.single-related-task(ng-repeat="task in tasks", ng-class="{closed: task.is_closed, blocked: task.is_blocked, iocaine: task.is_iocaine}") li.single-related-task(ng-repeat="task in tasks", ng-class="{closed: task.is_closed, blocked: task.is_blocked, iocaine: task.is_iocaine}")