From 9e007f2b114849b4dac974de658b30b9c00caf75 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Fri, 5 Aug 2011 11:55:00 -0700 Subject: [PATCH] Actually add the facebook inviter partial --- app/views/services/_facebook_invite.html.haml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/views/services/_facebook_invite.html.haml diff --git a/app/views/services/_facebook_invite.html.haml b/app/views/services/_facebook_invite.html.haml new file mode 100644 index 000000000..816f0a332 --- /dev/null +++ b/app/views/services/_facebook_invite.html.haml @@ -0,0 +1,4 @@ += 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('services.remote_friend.invite')