diff --git a/app/views/aspects/_selected_contacts.html.haml b/app/views/aspects/_selected_contacts.html.haml index 7ef4e2177..81d8069ae 100644 --- a/app/views/aspects/_selected_contacts.html.haml +++ b/app/views/aspects/_selected_contacts.html.haml @@ -10,7 +10,7 @@ .content - if @stream.people.size > 0 - - for person in @stream.people + - for person in @stream.people.sample(20) = person_image_link(person) - if @stream.for_all_aspects? || @stream.aspect_ids.size > 1