mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
5 lines
152 B
Text
5 lines
152 B
Text
|
|
form(x-bind='submit:sendChat')
|
||
|
|
textarea.span6(rows='3', x-bind='keyup:chatKeyup') {{_chatMessage}}
|
||
|
|
br
|
||
|
|
input.btn(type='submit', value='Send Chat')
|