disable duplicate sending of a private message
This commit is contained in:
parent
eb66f18aaa
commit
95c1edbab8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,5 +50,5 @@
|
|||
= text_area_tag "conversation[text]", '', :rows => 5
|
||||
|
||||
.text-right
|
||||
= conversation.submit t('.send'), :class => 'button'
|
||||
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button'
|
||||
= link_to t('cancel'), conversations_path
|
||||
|
|
|
|||
Loading…
Reference in a new issue