aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2019-01-22 18:50:11 +0100
committerMarvin Borner2019-01-22 18:50:11 +0100
commit0f98a9fdeed9a1784a2ed5ea9aca3ebe0b37e19a (patch)
tree4b3ad06eeecc3817450bc135a8f243d48be9faad
parentc61624b66163724a3d8a639a41d8170249c3b3d0 (diff)
Intellij's auto formatting..
-rw-r--r--views/index.pug30
1 files changed, 15 insertions, 15 deletions
diff --git a/views/index.pug b/views/index.pug
index e09cc9d..fc80e95 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -1,21 +1,21 @@
extends layout
block content
- header
- i.nes-icon
- h1 Texx
- p Decentralized and encrypted communication
- section.nes-container.with-title
- h2.title Chat Window
- .containers
- pre#incoming.nes-container.with-title
- form.form.nes-container.with-title
- .field
- label(for='outgoing') Message
- textarea#outgoing.nes-textarea
- button(type=submit).nes-btn.is-primary Submit
+ header
+ i.nes-icon
+ h1 Texx
+ p Decentralized and encrypted communication
+ section.nes-container.with-title
+ h2.title Chat Window
+ .containers
+ pre#incoming.nes-container.with-title
form.form.nes-container.with-title
.field
- label(for='user_id') Your friend's ID
- input#user_id.nes-input
+ 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