From c06b885aa777c38727bba701dd2d877f97bac4b2 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Tue, 19 Apr 2011 00:27:16 +0200 Subject: [PATCH] fixed #1027 --- app/views/people/_person.html.haml | 3 ++- public/stylesheets/sass/application.sass | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/views/people/_person.html.haml b/app/views/people/_person.html.haml index 2dc6038f3..362c01935 100644 --- a/app/views/people/_person.html.haml +++ b/app/views/people/_person.html.haml @@ -5,7 +5,8 @@ .stream_element{:id => person.id} .right = render :partial => 'people/relationship_action', - :locals => { :person => person, :contact => contact, :request => request} + :locals => { :person => person, :contact => contact, + :request => request, :current_user => current_user } = person_image_link(person) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 0efcbf3bc..76dd26a5d 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -1775,6 +1775,12 @@ ul#request_result :bottom 25px input.add :color green + .stream_element + .content + :display inline + :position relative + :bottom 2.5em + :padding 0 .contact_list, .aspect_list