From 9c3e20138d730c167e1869843ec060c7310d8c63 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 24 Jan 2019 15:41:51 +0100 Subject: Added basic key transfer --- views/index.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views') 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 -- cgit v1.2.3