1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-13 21:15:04 -05:00
kaiwa/clientapp/templates/pages/groupchat.jade
2013-10-24 23:32:20 +02:00

12 lines
298 B
Plaintext

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