sample users so they are random, not the same all the time
This commit is contained in:
parent
0873ad5828
commit
a320891df0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
:posts => @posts
|
:posts => @posts
|
||||||
|
|
||||||
.span-5.rightBar.last
|
.span-5.rightBar.last
|
||||||
= render 'selected_contacts', :people => @selected_people[0..19], :count => @contact_count
|
= render 'selected_contacts', :people => @selected_people.sample(20), :count => @contact_count
|
||||||
|
|
||||||
.section
|
.section
|
||||||
.title
|
.title
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue