diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index e3547a8277063dc494c18db33ceef3d408bc783c..c8e3e4fc4dc98a6bd8cac2bb0b66995b90695753 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(:thumb_small) unless person.profile.image_url.nil? + = image_tag (person.profile.image_url(:thumb_small),:size => "30x30") unless person.profile.image_url.nil? = person.real_name