fix for the bug 8 (The back-to-top button covers the send button on the private message page)
This commit is contained in:
parent
f65fa90591
commit
a2d427f06c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue