11 lines
329 B
Text
11 lines
329 B
Text
- if person.owner_id == current_user.id
|
|
= t('people.person.thats_you')
|
|
- elsif contact && contact.mutual
|
|
= t('people.person.already_connected')
|
|
- else
|
|
= link_to t('people.show.start_sharing'),
|
|
{:controller => "contacts",
|
|
:action => "new",
|
|
:person_id => person.id},
|
|
:class => 'button',
|
|
:rel => 'facebox'
|