From 4a86632cf33ae4753a451c20ea675af885d0c513 Mon Sep 17 00:00:00 2001
From: Daniel Vincent Grippi <Dan@SPEEDRACER.local>
Date: Tue, 14 Sep 2010 20:47:21 -0700
Subject: [PATCH] show default user photos for requests

---
 app/views/aspects/manage.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/aspects/manage.html.haml b/app/views/aspects/manage.html.haml
index 640c545cae..54cb3eee8a 100644
--- a/app/views/aspects/manage.html.haml
+++ b/app/views/aspects/manage.html.haml
@@ -29,7 +29,7 @@
     %ul
       - for request in @remote_requests
         %li.requested_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?
+          = person_image_tag(request.person)
           .name
             = request.person.real_name
   %h1
-- 
GitLab