14 lines
561 B
Plaintext
14 lines
561 B
Plaintext
//- Father [section.watchers] should be out of the template
|
|
div.watchers-header
|
|
span.title watchers
|
|
a.icon.icon-plus(href="", title="Add watcher")
|
|
div.watchers-content
|
|
- for(var y=0; y<5; y++)
|
|
div.watcher-single
|
|
div.watcher-avatar
|
|
a.avatar(href="", title="Assigned to")
|
|
img(src="http://thecodeplayer.com/u/uifaces/32.jpg", alt="username")
|
|
div.watcher-name
|
|
a(href="", title="Jesús Espino") Jesús
|
|
a.icon.icon-delete(href="", title="delete-watcher")
|