From 3554de48d858fbc19b6ac7000510ea5db3743153 Mon Sep 17 00:00:00 2001
From: ilya <ilya@laptop.(none)>
Date: Thu, 26 Aug 2010 12:24:53 -0700
Subject: [PATCH] trying image url

---
 app/views/groups/edit.html.haml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index d6e227b5f6..9ccdd3a651 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -16,6 +16,7 @@
       stuff
       -for person in group.people
         %li.person
+          = image_tag person.profile.image_url unless person.profile.image_url.nil?
           = person.real_name
 
 
-- 
GitLab