Closes #1386. On conversations, disable Reply button once pressed

This commit is contained in:
Gonzalo Rodriguez 2011-08-20 15:51:39 -03:00
parent 234af2a15b
commit f1cf81772b
2 changed files with 2 additions and 1 deletions

View file

@ -29,4 +29,4 @@
= form_for [conversation, Message.new] do |message| = form_for [conversation, Message.new] do |message|
= message.text_area :text, :rows => 5, :tabindex => 1 = message.text_area :text, :rows => 5, :tabindex => 1
.right .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

View file

@ -233,6 +233,7 @@ en:
inbox: "Inbox" inbox: "Inbox"
show: show:
reply: "reply" reply: "reply"
replying: "Replying..."
delete: "delete and block conversation" delete: "delete and block conversation"
new: new:
to: "to" to: "to"