From a2d427f06cbe311a751900ab4d174aac6b420b88 Mon Sep 17 00:00:00 2001 From: Hrishi Date: Thu, 2 Feb 2012 13:15:52 +0530 Subject: [PATCH] fix for the bug 8 (The back-to-top button covers the send button on the private message page) --- app/views/conversations/_show.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conversations/_show.haml b/app/views/conversations/_show.haml index de44a52f8..98316933f 100644 --- a/app/views/conversations/_show.haml +++ b/app/views/conversations/_show.haml @@ -28,5 +28,5 @@ .content = form_for [conversation, Message.new] do |message| = message.text_area :text, :rows => 5, :tabindex => 1 - .right + .left = message.submit t('.reply').capitalize, :disable_with => t('.replying'), :class => 'button creation', :tabindex => 2