remove dropdown from h4
This commit is contained in:
parent
cd62064846
commit
eb6d4c0228
1 changed files with 7 additions and 8 deletions
|
|
@ -10,13 +10,12 @@
|
|||
- else
|
||||
= friend.name
|
||||
|
||||
%br
|
||||
|
||||
- if friend.already_invited?
|
||||
= link_to t('.resend'), service_inviter_path(:uid => friend.uid, :provider => 'facebook', :invitation_id => friend.invitation_id)
|
||||
- elsif friend.on_diaspora?
|
||||
= render 'aspect_memberships/aspect_dropdown', :contact => contact_proxy(friend), :person => friend.person, :hang => 'left'
|
||||
- else
|
||||
= facebook_invite_form(friend)
|
||||
%br
|
||||
- if friend.already_invited?
|
||||
= link_to t('.resend'), service_inviter_path(:uid => friend.uid, :provider => 'facebook', :invitation_id => friend.invitation_id)
|
||||
- elsif friend.on_diaspora?
|
||||
= render 'aspect_memberships/aspect_dropdown', :contact => contact_proxy(friend), :person => friend.person, :hang => 'left'
|
||||
- else
|
||||
= facebook_invite_form(friend)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue