added missing sample() in _selected_contacts.html.haml

This commit is contained in:
danielgrippi 2011-09-11 15:18:38 -07:00
parent e1f80acdcf
commit 2d1bb92a5a

View file

@ -10,7 +10,7 @@
.content .content
- if @stream.people.size > 0 - if @stream.people.size > 0
- for person in @stream.people - for person in @stream.people.sample(20)
= person_image_link(person) = person_image_link(person)
- if @stream.for_all_aspects? || @stream.aspect_ids.size > 1 - if @stream.for_all_aspects? || @stream.aspect_ids.size > 1