Merge remote branch 'jancborchardt/1410-messages-conversation'
Conflicts: app/views/conversations/new.haml
This commit is contained in:
commit
4fa5731d5e
2 changed files with 0 additions and 2 deletions
|
|
@ -29,5 +29,4 @@
|
|||
= form_for [conversation, Message.new] do |message|
|
||||
= message.text_area :text, :rows => 5, :tabindex => 1
|
||||
.right
|
||||
= message.submit t('cancel'), :name => "reset", :id => "reset_button", :type => "reset", :class => "button", :tabindex => 3
|
||||
= message.submit t('.reply').capitalize, :class => 'button creation', :tabindex => 2
|
||||
|
|
|
|||
|
|
@ -50,5 +50,4 @@
|
|||
.clearfix
|
||||
|
||||
.bottom_submit_section
|
||||
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close", :confirm => t('.abandon_changes')
|
||||
= conversation.submit t('.send'), :disable_with => t('.sending'), :class => 'button creation'
|
||||
|
|
|
|||
Loading…
Reference in a new issue