mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 00:31:03 +01:00
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
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 }} |