kaiwa/clientapp/templates/pages/groupchat.jade

17 lines
466 B
Plaintext
Raw Normal View History

2013-09-16 19:12:00 -04:00
section.page.chat
2013-12-31 18:02:07 -05:00
section.group.conversation
2013-12-20 02:04:14 -05:00
header.online
2015-02-22 17:43:49 -05:00
.title
2013-12-20 17:15:29 -05:00
span.name
2015-01-24 10:03:12 -05:00
i.channel_actions.fa.fa-comments-o
2015-02-09 10:20:28 -05:00
span.status(contenteditable="true", spellcheck="false")
2013-09-16 19:12:00 -04:00
ul.messages
2015-02-09 10:20:28 -05:00
a#members_toggle
i.fa.fa-user
span#members_toggle_count
2013-12-31 18:02:07 -05:00
ul.groupRoster
2013-09-16 19:12:00 -04:00
.chatBox
ul.autoComplete
2015-02-09 10:20:28 -05:00
form.formwrap
2013-09-16 19:12:00 -04:00
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')