kaiwa/clientapp/templates/pages/chat.jade

10 lines
277 B
Plaintext
Raw Normal View History

2013-08-23 19:07:37 -04:00
section.page.chat
2013-08-23 19:02:50 -04:00
header.contactInfo
img.avatar(width=30, height=30)
h1.name
2013-09-03 18:25:14 -04:00
#tzo
2013-08-20 13:45:06 -04:00
ul#conversation
2013-08-29 23:38:28 -04:00
div#chatInput
form
textarea#chatBuffer(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')