From 8cf8fae39685c05917b15d4874d7322d42d24dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= Date: Mon, 29 Oct 2012 19:14:14 -0200 Subject: [PATCH] remove app/views/people/add_contact_small --- app/views/people/_add_contact_small.haml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 app/views/people/_add_contact_small.haml diff --git a/app/views/people/_add_contact_small.haml b/app/views/people/_add_contact_small.haml deleted file mode 100644 index 16f548a0e..000000000 --- a/app/views/people/_add_contact_small.haml +++ /dev/null @@ -1,9 +0,0 @@ -- if current_user.can_add?(person) - .add_contact - = link_to image_tag("icons/monotone_plus_add_round.png"), - {:controller => "contacts", - :action => "new", - :person_id => person.id}, - :alt => t('.add_contact_from_tag'), - :class => 'button', - :rel => 'facebox'