From 137cde185f815aaf97bd5b053b5f794c1552e319 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Wed, 12 Jan 2011 16:03:19 +0100 Subject: [PATCH] unscope contacts --- app/views/aspects/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/aspects/edit.html.haml b/app/views/aspects/edit.html.haml index 6e1b0c4ba..598f843ed 100644 --- a/app/views/aspects/edit.html.haml +++ b/app/views/aspects/edit.html.haml @@ -10,7 +10,7 @@ %h4 = @aspect .description - = t('.contacts', :count =>@aspect_contacts.count)} + = t('contacts', :count =>@aspect_contacts.count)} .person_tiles{:style => "display:none;"} - for contact in @aspect.contacts