From 4980f79caa07d8c2ec878ceceba6e846679a0ad1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 22 Jan 2019 22:28:56 +0100 Subject: Working bidirectional chat (needs some polishing though) --- views/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') 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 -- cgit v1.2.3