From 3c7ebe3200cb16515f77b0edaf066b4630df6235 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Fri, 10 Feb 2012 15:24:47 -0800 Subject: [PATCH] forgot to save a template [ci skip] --- app/views/contacts/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/contacts/index.html.haml b/app/views/contacts/index.html.haml index 0c274744a..16e1c6201 100644 --- a/app/views/contacts/index.html.haml +++ b/app/views/contacts/index.html.haml @@ -32,8 +32,8 @@ .stream_element{:id => contact.person.id} .float-right - = thing(contact) - + = contact_aspect_dropdown(contact) + .media .img = person_image_link(contact.person)