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 - if @incoming_request
.floating .floating
%h3 %h3
= t('.incoming_request') = link_to t('.incoming_request'),
%h4 {:controller => "people",
= link_to t('.return_to_aspects'), aspects_manage_path :action => "share_with",
= t('.to_accept_or_ignore') :id => @person.id},
:class => 'share_with button',
:rel => 'facebox'
- if @posts.count > 0 - if @posts.count > 0
-if @post_type == :photos -if @post_type == :photos