Show real task info

stable
David Barragán Merino 2014-06-26 19:38:02 +02:00
parent 598915febd
commit 220c80e968
1 changed files with 4 additions and 5 deletions

View File

@ -1,14 +1,13 @@
div.taskboard-task(ng-repeat="t in tasksByStatus[s.id] track by t.id") div.taskboard-task(ng-repeat="task in tasksByStatus[s.id] track by task.id")
div.taskboard-tagline div.taskboard-tagline
- for(var y = 0; y < 3; y++) a.taskboard-tag(ng-repeat="tag in task.tags" href="" title="{{ tag }}") {{ tag }}
a.taskboard-tag(href="", title="tasboard-tag")
div.taskboard-task-inner div.taskboard-task-inner
figure.avatar figure.avatar
a(href="", title="UserName") a(href="", title="UserName")
img.avatar(src="http://thecodeplayer.com/u/uifaces/12.jpg", alt="username") img.avatar(src="http://thecodeplayer.com/u/uifaces/12.jpg", alt="username")
figcaption Username figcaption Username
p.taskboard-text p.taskboard-text
span.task-num 125 span.task-num(ng-bind="task.ref")
span.task-name Crear usuarios que no sepan que tienen que darse de alta para darse de baja y crear contenido bloqueado o no en la plataforma span.task-name(ng-bind="task.subject")
a.icon.icon-edit(href="", title="Edit") a.icon.icon-edit(href="", title="Edit")
a.icon.icon-drag-h(href="", title="Drag&Drop") a.icon.icon-drag-h(href="", title="Drag&Drop")