1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-15 22:05:09 -05:00
kaiwa/clientapp/templates/pages/groupchat.jade
2015-03-19 16:38:39 +01:00

18 lines
488 B
Plaintext

section.page.chat
section.group.conversation
header.online
.title
span.prefix #
span.name
i.channel_actions.fa.fa-comments-o
span.status(contenteditable="true", spellcheck="false")
ul.messages
a#members_toggle
i.fa.fa-user
span#members_toggle_count
ul.groupRoster
.chatBox
ul.autoComplete
form.formwrap
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')