From 466120cd58ac736b98b0a3bdbe150af6d53fb10d Mon Sep 17 00:00:00 2001 From: maxwell Date: Thu, 18 Nov 2010 20:07:57 -0800 Subject: [PATCH] fixing extra = --- app/views/people/_person.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/people/_person.html.haml b/app/views/people/_person.html.haml index 5afce753f..936eaf2d9 100644 --- a/app/views/people/_person.html.haml +++ b/app/views/people/_person.html.haml @@ -16,7 +16,7 @@ - elsif current_user.person_objects.include?(person) = t('.already_connected') - elsif current_user.request_for(person) - = link_to =t('.pending_request'), aspects_manage_path + = link_to t('.pending_request'), aspects_manage_path - else - single_aspect_form ||= nil = render(:partial => request_partial(single_aspect_form), :locals => {:aspects => aspects, :destination_handle => person.diaspora_handle})