removed bug in finder view
This commit is contained in:
parent
2b8635f0aa
commit
0ba9889025
1 changed files with 0 additions and 7 deletions
|
|
@ -28,13 +28,6 @@
|
||||||
= t('people.person.already_connected')
|
= t('people.person.already_connected')
|
||||||
- elsif (friend[:contact] && friend[:contact].pending)
|
- elsif (friend[:contact] && friend[:contact].pending)
|
||||||
= t('people.person.pending_request')
|
= 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]
|
- elsif friend[:invitation_id]
|
||||||
= t('invitations.new.already_invited')
|
= t('invitations.new.already_invited')
|
||||||
%br
|
%br
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue