habitica/views/options/groups/chat-box.jade

5 lines
152 B
Text
Raw Normal View History

form(x-bind='submit:sendChat')
textarea.span6(rows='3', x-bind='keyup:chatKeyup') {{_chatMessage}}
br
input.btn(type='submit', value='Send Chat')