diff options
author | Marvin Borner | 2019-01-24 15:41:51 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-24 15:41:51 +0100 |
commit | 9c3e20138d730c167e1869843ec060c7310d8c63 (patch) | |
tree | 11b58dc5b5dd700120187f5c3e8c9493d0f9fcd4 /views | |
parent | e7af7c49c9cfab9f0da28d953e9b270a40284d43 (diff) |
Added basic key transfer
Diffstat (limited to 'views')
-rw-r--r-- | views/index.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/index.pug b/views/index.pug index 0f3f0ea..edcec7f 100644 --- a/views/index.pug +++ b/views/index.pug @@ -1,7 +1,7 @@ extends layout block content - button.button.add-user-button.is-big.is-outlined.is-info(toggle-contact-modal) + button.button.add-peer-button.is-big.is-outlined.is-info(toggle-contact-modal) i.fas.fa-plus .columns.level.main @@ -19,7 +19,7 @@ block content p.modal-card-title Add a contact button.delete(aria-label='close', toggle-contact-modal) section.modal-card-body - input#user_id.input.is-focused(placeholder='Contact ID') + input#peer_id.input.is-focused(placeholder='Contact ID') footer.modal-card-foot - button#add_user_id.button.is-success(toggle-contact-modal) Add + button#add_peer_id.button.is-success(toggle-contact-modal) Add button.button(aria-label='close', toggle-contact-modal) Cancel |