Semaphore/lib/views/playbook/list.jade

8 lines
236 B
Plaintext
Raw Normal View History

h1 Playbooks
button.btn.btn-default.pull-right(ui-sref="addPlaybook")
i.fa.fa-fw.fa-plus
| Add
table.table
tr(ng-repeat="playbook in playbooks")
td: a(ui-sref="playbook.view({ playbook_id: playbook._id })") {{ playbook.name }}