Semaphore/lib/views/identity/list.jade

12 lines
377 B
Plaintext
Raw Normal View History

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.