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