diff options
author | Marvin Borner | 2019-01-22 22:28:56 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-22 22:28:56 +0100 |
commit | 4980f79caa07d8c2ec878ceceba6e846679a0ad1 (patch) | |
tree | f87bc38d37fdb8daf28f8304c8a4e7dba8291c2e /views | |
parent | 3b7fbc8893bea720efea29164de5ee921e9b2b9f (diff) |
Working bidirectional chat (needs some polishing though)
Diffstat (limited to 'views')
-rw-r--r-- | views/index.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.pug b/views/index.pug index 9afc2b3..3c70f14 100644 --- a/views/index.pug +++ b/views/index.pug @@ -8,7 +8,7 @@ block content section.nes-container.with-title h2.title Chat Window .containers - pre#incoming.nes-container.with-title + pre#messages.nes-container.with-title .form.nes-container.with-title .field label(for='message') Message |