From df74020a16dc2e7f33ad03792511906a050848c7 Mon Sep 17 00:00:00 2001 From: ilya <ilya@laptop.(none)> Date: Thu, 26 Aug 2010 12:27:10 -0700 Subject: [PATCH] small thumbnail --- app/views/groups/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index 9ccdd3a651..e3547a8277 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -16,7 +16,7 @@ stuff -for person in group.people %li.person - = image_tag person.profile.image_url unless person.profile.image_url.nil? + = image_tag person.profile.image_url(:thumb_small) unless person.profile.image_url.nil? = person.real_name -- GitLab