added missing sample() in _selected_contacts.html.haml
This commit is contained in:
parent
e1f80acdcf
commit
2d1bb92a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue