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
|
.span-10.prepend-2.last
|
||||||
= text_area_tag "conversation[text]", '', :rows => 5
|
= text_area_tag "conversation[text]", '', :rows => 5
|
||||||
|
|
||||||
|
.clearfix
|
||||||
|
|
||||||
.bottom_submit_section
|
.bottom_submit_section
|
||||||
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close"
|
= 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'
|
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button creation'
|
||||||
|
|
|
||||||
|
|
@ -229,6 +229,7 @@ en:
|
||||||
to: "to"
|
to: "to"
|
||||||
subject: "subject"
|
subject: "subject"
|
||||||
send: "Send"
|
send: "Send"
|
||||||
|
abandon_changes: "Abandon changes?"
|
||||||
helper:
|
helper:
|
||||||
new_messages:
|
new_messages:
|
||||||
zero: "No new messages"
|
zero: "No new messages"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue