kaiwa/clientapp/templates/pages/groupchat.jade

12 lines
301 B
Plaintext
Raw Normal View History

2013-09-16 19:12:00 -04:00
section.page.chat
section.conversation
header
h1.name
2013-10-25 12:09:18 -04:00
.controls
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')