diff --git a/app/views/conversations/_show.haml b/app/views/conversations/_show.haml index 277b8973aa2791997c69542e54e092df66d9970b..43623aae69a24ee18f3c106c62157e6e1959517d 100644 --- a/app/views/conversations/_show.haml +++ b/app/views/conversations/_show.haml @@ -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 diff --git a/app/views/conversations/new.haml b/app/views/conversations/new.haml index aeaa9b79b56cf650a64e1355c041cbd345e831ff..7beaf855e6c8d56edea76eb509a58bc1dcb43cec 100644 --- a/app/views/conversations/new.haml +++ b/app/views/conversations/new.haml @@ -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'