aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/index.pug
diff options
context:
space:
mode:
authorMarvin Borner2019-01-22 19:35:08 +0100
committerMarvin Borner2019-01-22 19:35:08 +0100
commit9eca06d0f79c24618a0813edd8ab31f1c6532f20 (patch)
treee9a2dfde7f095fd6dc6134a555737d9b91e44e59 /views/index.pug
parent0f98a9fdeed9a1784a2ed5ea9aca3ebe0b37e19a (diff)
Some events
Diffstat (limited to 'views/index.pug')
-rw-r--r--views/index.pug14
1 files changed, 7 insertions, 7 deletions
diff --git a/views/index.pug b/views/index.pug
index fc80e95..75ce696 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -9,13 +9,13 @@ block content
h2.title Chat Window
.containers
pre#incoming.nes-container.with-title
- form.form.nes-container.with-title
+ .form.nes-container.with-title
.field
label(for='outgoing') Message
textarea#outgoing.nes-textarea
- button(type=submit).nes-btn.is-primary Submit
- form.form.nes-container.with-title
- .field
- label(for='user_id') Your friend's ID
- input#user_id.nes-input
- button(type=submit).nes-btn.is-primary Submit
+ button#message_form.nes-btn.is-primary(type=submit) Submit
+ .nes-container.with-title
+ .field
+ label(for='user_id') Your friend's ID
+ input#user_id.nes-input
+ button#user_id_form.nes-btn.is-primary(type=submit) Submit