setting the invites added requests to the fb hash finder has options remove the requester from the list typo making a block another typo remove the if statement for the notifications checking on the right field translations and correct indenting fixed stuff added added a temp puts added a temp puts now actually referencing the service not double nesting remove stream element updated remote friends to old style removed it from the h1 block putting the stream element back
22 lines
865 B
Text
22 lines
865 B
Text
%li
|
|
-if friend[:person]
|
|
= render :partial => 'people/person', :locals => {:person => friend[:person], :contact => friend[:contact], :request => friend[:request]}
|
|
-else
|
|
.steam_element
|
|
.right
|
|
-if friend[:invitation_id]
|
|
= t('invitations.new.already_invited')
|
|
%br
|
|
= link_to t('.resend'), service_inviter_path(:uid => uid, :provider => 'facebook', :invitation_id => friend[:invitation_id])
|
|
- elsif current_user.invites > 0
|
|
= form_tag service_inviter_path(:provider => 'facebook') do
|
|
= select_tag(:aspect_id, options_from_collection_for_select(@all_aspects, 'id', 'name'))
|
|
= hidden_field_tag :uid, uid
|
|
= submit_tag t('.invite')
|
|
|
|
|
|
= image_tag('/images/user/default.png', :class => 'avatar')
|
|
|
|
.content
|
|
%span.from
|
|
= friend[:name]
|