From 716a77f0ccf767bc753a255b6491a549db4ede74 Mon Sep 17 00:00:00 2001 From: danielvincent Date: Thu, 11 Nov 2010 21:26:40 -0800 Subject: [PATCH] fixing a refactor that broke friend requesting from the ui --- app/views/requests/_new_request_to_person.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/requests/_new_request_to_person.haml b/app/views/requests/_new_request_to_person.haml index 9a7d1a9cc..cc4e8d698 100644 --- a/app/views/requests/_new_request_to_person.haml +++ b/app/views/requests/_new_request_to_person.haml @@ -3,8 +3,6 @@ -# the COPYRIGHT file. = form_tag(requests_path) do - - pp person - - pp aspects = select_tag(:aspect_id, options_from_collection_for_select(aspects, "id", "name")) - = hidden_field_tag :destination_handle, :value => person.diaspora_handle + = hidden_field_tag :destination_handle, person.diaspora_handle = submit_tag t('people.person.add_friend')