From 68dafdbf0d35dcd817f4f7e29d2c3c0ecb3974d1 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 28 Jul 2011 16:23:09 -0700 Subject: [PATCH] correct contact count on aspect/index --- app/views/aspects/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml index 93301e84e..a0ef6f2c2 100644 --- a/app/views/aspects/index.html.haml +++ b/app/views/aspects/index.html.haml @@ -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