limit contacts to 15 on aspects pages for faster network times

This commit is contained in:
danielgrippi 2011-10-02 13:11:30 -07:00
parent f25707a58e
commit f9d88e122f

View file

@ -10,7 +10,7 @@
.content .content
- if @stream.people.size > 0 - if @stream.people.size > 0
- for person in @stream.people.sample(20) - for person in @stream.people.sample(15)
= 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