Semaphore/lib/views/identity/list.jade
Matej Kramny dc2dac98ad Edit playbooks, help texts
- Remove 'credential' in favour of Identity
- Add help texts for playbooks, identities.
- Fix adding Playbooks (identities)
- Editing playbooks now possible
- Improves Vagrantfile to accomodate development (suitable for production also)
2015-01-30 15:41:49 +00:00

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.