1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/pages/groupchat.jade

13 lines
334 B
Plaintext
Raw Normal View History

2013-09-16 19:12:00 -04:00
section.page.chat
section.conversation
2013-12-20 02:04:14 -05:00
header.online
2013-09-16 19:12:00 -04:00
h1.name
2013-12-20 02:04:14 -05:00
.status
2013-10-25 12:09:18 -04:00
.controls
2013-12-20 02:04:14 -05:00
button.primary.small.joinRoom Join
button.secondary.small.leaveRoom Leave
2013-09-16 19:12:00 -04:00
ul.messages
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')