From bd1cbdb297bcc32fce4ee425b8496769919613bc Mon Sep 17 00:00:00 2001 From: maxwell Date: Wed, 24 Nov 2010 14:03:11 -0800 Subject: [PATCH] adding drag to add people above friend accept box --- app/views/aspects/manage.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/aspects/manage.html.haml b/app/views/aspects/manage.html.haml index d41d34c0b..f6a0cdb6d 100644 --- a/app/views/aspects/manage.html.haml +++ b/app/views/aspects/manage.html.haml @@ -14,6 +14,9 @@ %h3=t('.requests') .requests + %i + %p= "#{t('.drag_to_add')} =>" + %ul.dropzone - if @remote_requests.size < 1 %li=t('.no_requests')