remove app/views/people/add_contact_small

This commit is contained in:
Fabián Rodríguez 2012-10-29 19:14:14 -02:00
parent 76c48f3c9c
commit 8cf8fae396

View file

@ -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'