fix message focus bug
This commit is contained in:
parent
53993cd714
commit
47aab723bd
2 changed files with 5 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -229,6 +229,7 @@ en:
|
|||
to: "to"
|
||||
subject: "subject"
|
||||
send: "Send"
|
||||
abandon_changes: "Abandon changes?"
|
||||
helper:
|
||||
new_messages:
|
||||
zero: "No new messages"
|
||||
|
|
|
|||
Loading…
Reference in a new issue