mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
0f180756ab
- Restructuring & co
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
h1 Identities
|
|
button.btn.btn-default.pull-right(ui-sref="identities.add")
|
|
i.fa.fa-fw.fa-plus
|
|
| Add
|
|
|
|
table.table
|
|
tr(ng-repeat="identity in identities")
|
|
td: a(ui-sref="identity.view({ identity_id: identity._id })") {{ identity.name }}
|
|
|
|
p(ng-show="identities.length == 0") No Identities
|
|
|
|
blockquote Identities give Semaphore access to git repositories and remote servers. |