From c832201bd900a4bb3800f3b886b259ef5b8b409e Mon Sep 17 00:00:00 2001 From: maxwell Date: Wed, 12 Jan 2011 11:00:22 -0800 Subject: [PATCH] remove trailing bracket from aspects#edit pane --- 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 598f843ed..f4a1fe9fc 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