From 2d1bb92a5a336a6dc292e224608ea5eb24667807 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sun, 11 Sep 2011 15:18:38 -0700 Subject: [PATCH] added missing sample() in _selected_contacts.html.haml --- app/views/aspects/_selected_contacts.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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