diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index d6e227b5f69367d336f2edfcc5932bc60e6f72b2..9ccdd3a65133b63489d16da6cc28679da97defd4 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