Improve Send Message button text
This commit is contained in:
parent
8ce592b605
commit
162e2d792c
@ -1,3 +1,3 @@
|
||||
= form_with(model: [@room, @message], remote: true) do |f|
|
||||
= f.text_field :content, id: 'chat-text', class: "form-control msg-content", autocomplete: 'off'
|
||||
= f.submit data: { disable_with: false }
|
||||
= f.submit "Send Message", data: { disable_with: false }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user