Semaphore/lib/views/identity/view.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

13 lines
220 B
Plaintext

h1 {{ identity.data.name }}
button.btn.pull-right.btn-danger(ng-click="delete()")
i.fa.fa-times.fa-fw
| Delete
p Created on {{ identity.data.created }}
hr
h3 Public Key
pre: code {{ identity.data.public_key }}