diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index 9810c37fd..13887c5d5 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -6,9 +6,10 @@ %h1{:id => 'group_title'} Requests - .group + %li.group + %ul - for request in @remote_requests - .person{:id => request.person.id} + %li.person{:id => request.person.id, :request_id => request.id} = image_tag(request.person.profile.image_url(:thumb_small)) unless request.person.profile.image_url.nil? .name = request.person.real_name