klnodekb/index.pug

15 lines
335 B
Plaintext

extends layout
block content
a(href='/work/add', type='button')
input.btn.btn-primary(type='button',value='Új munka felvétele')
h1 #{title}
ul.list-group
each work, i in works
li.list-group-item
span.badge #{work.devicesArray.length}
a(href="/work/"+work._id)= work.title