From f65fa90591c1e0b192b11d95e511c4a0457fed85 Mon Sep 17 00:00:00 2001 From: Hrishi Date: Thu, 2 Feb 2012 12:59:45 +0530 Subject: [PATCH 1/2] My first contribution to Diaspora , thank you Rekado --- config/application.yml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.yml.example b/config/application.yml.example index 69ebca59c..d6d34eaa6 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -214,6 +214,7 @@ defaults: &defaults development: <<: *defaults serve_static_assets: true + no_follow_diasporahq: true production: <<: *defaults From a2d427f06cbe311a751900ab4d174aac6b420b88 Mon Sep 17 00:00:00 2001 From: Hrishi Date: Thu, 2 Feb 2012 13:15:52 +0530 Subject: [PATCH 2/2] 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