kaiwa/clientapp/templates/pages/chat.jade

12 lines
275 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
button.call call
ul.messages.scroll-container
2013-09-16 05:19:07 -04:00
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')