kaiwa/clientapp/templates/pages/chat.jade

11 lines
235 B
Plaintext
Raw Normal View History

2013-08-23 19:07:37 -04:00
section.page.chat
2013-09-16 05:19:07 -04:00
section.conversation
header
img.avatar
h1.name
.tzo
ul.messages
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')