incoming request on person show should just link to share_with
This commit is contained in:
parent
906de27922
commit
e3a5102624
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue