diff --git a/app/views/services/finder.html.haml b/app/views/services/finder.html.haml
index 85c234bbadf8ac3192430543517e1c1ea9f7f3c6..1145041a3471235cf3c533015aa3ae6d969d33c2 100644
--- a/app/views/services/finder.html.haml
+++ b/app/views/services/finder.html.haml
@@ -28,13 +28,6 @@
= t('people.person.already_connected')
- elsif (friend[:contact] && friend[:contact].pending)
= t('people.person.pending_request')
- /- elsif friend[:person]
- /= link_to t('people.show.start_sharing'),
- / {:controller => "people",
- / :action => "share_with",
- / :id => friend[:person].id},
- / :class => 'button',
- / :rel => 'facebox'
- elsif friend[:invitation_id]
= t('invitations.new.already_invited')
%br