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

14 lines
353 B
Plaintext

section.page.chat
section.conversation
header.online
h1
span.name
span.status
.controls
button.primary.small.joinRoom Join
button.secondary.small.leaveRoom Leave
ul.messages
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')