kaiwa/clientapp/templates/pages/chat.jade

19 lines
439 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
2013-10-15 23:06:18 -04:00
.activeCall
video.remote
video.local
aside.buttons
button.end End
button.mute Mute
button.unmute Unmute
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')