mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
0f180756ab
- Restructuring & co
13 lines
220 B
Plaintext
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 }}
|