correct contact count on aspect/index
This commit is contained in:
parent
8ce5e72519
commit
68dafdbf0d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
:posts => @posts
|
||||
|
||||
.span-5.rightBar.last
|
||||
= render 'selected_contacts', :people => @selected_people[0..19], :count => @selected_people.size
|
||||
= render 'selected_contacts', :people => @selected_people[0..19], :count => @contact_count
|
||||
|
||||
.section
|
||||
.title
|
||||
|
|
|
|||
Loading…
Reference in a new issue