Semaphore/lib/views/job/jobs.jade

7 lines
132 B
Plaintext
Raw Normal View History

h2 Jobs
button.btn.btn-default.pull-right Add Job
table.table
tbody
tr(ng-repeat="job in jobs")
td: pre: code(ng-bind="job")