incoming request on person show should just link to share_with

This commit is contained in:
Raphael 2011-01-31 14:57:44 -08:00
parent 906de27922
commit e3a5102624

View file

@ -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