disable duplicate sending of a private message

This commit is contained in:
maxwell 2011-04-04 10:09:53 -07:00
parent eb66f18aaa
commit 95c1edbab8

View file

@ -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