diff options
author | Marvin Borner | 2019-01-22 18:50:11 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-22 18:50:11 +0100 |
commit | 0f98a9fdeed9a1784a2ed5ea9aca3ebe0b37e19a (patch) | |
tree | 4b3ad06eeecc3817450bc135a8f243d48be9faad | |
parent | c61624b66163724a3d8a639a41d8170249c3b3d0 (diff) |
Intellij's auto formatting..
-rw-r--r-- | views/index.pug | 30 |
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 |