fix message focus bug

This commit is contained in:
danielgrippi 2011-07-05 12:17:02 -07:00
parent 53993cd714
commit 47aab723bd
2 changed files with 5 additions and 2 deletions

View file

@ -47,6 +47,8 @@
.span-10.prepend-2.last
= text_area_tag "conversation[text]", '', :rows => 5
.clearfix
.bottom_submit_section
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close"
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button'
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close", :confirm => t('.abandon_changes')
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button creation'

View file

@ -229,6 +229,7 @@ en:
to: "to"
subject: "subject"
send: "Send"
abandon_changes: "Abandon changes?"
helper:
new_messages:
zero: "No new messages"