1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-14 05:25:02 -05:00
kaiwa/clientapp/templates/pages/groupchat.jade

12 lines
298 B
Plaintext
Raw Normal View History

2013-09-16 19:12:00 -04:00
section.page.chat
section.conversation
header
img.avatar
h1.name
2013-10-24 17:32:20 -04:00
button.primary.joinRoom Join
button.secondary.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')