1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-20 04:51:50 -05:00
kaiwa/clientapp/templates/pages/groupchat.jade

18 lines
488 B
Plaintext
Raw Normal View History

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