Closes #1386. On conversations, disable Reply button once pressed
This commit is contained in:
parent
234af2a15b
commit
f1cf81772b
2 changed files with 2 additions and 1 deletions
|
|
@ -29,4 +29,4 @@
|
|||
= form_for [conversation, Message.new] do |message|
|
||||
= message.text_area :text, :rows => 5, :tabindex => 1
|
||||
.right
|
||||
= message.submit t('.reply').capitalize, :class => 'button creation', :tabindex => 2
|
||||
= message.submit t('.reply').capitalize, :disable_with => t('.replying'), :class => 'button creation', :tabindex => 2
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@ en:
|
|||
inbox: "Inbox"
|
||||
show:
|
||||
reply: "reply"
|
||||
replying: "Replying..."
|
||||
delete: "delete and block conversation"
|
||||
new:
|
||||
to: "to"
|
||||
|
|
|
|||
Loading…
Reference in a new issue