From e3a510262493a2fd7b5ae45eb1127a296bf1791e Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 31 Jan 2011 14:57:44 -0800 Subject: [PATCH] incoming request on person show should just link to share_with --- app/views/people/show.html.haml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index d49146b96..effc27f83 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -49,10 +49,12 @@ - if @incoming_request .floating %h3 - = t('.incoming_request') - %h4 - = link_to t('.return_to_aspects'), aspects_manage_path - = t('.to_accept_or_ignore') + = link_to t('.incoming_request'), + {:controller => "people", + :action => "share_with", + :id => @person.id}, + :class => 'share_with button', + :rel => 'facebox' - if @posts.count > 0 -if @post_type == :photos