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)