remove app/views/people/add_contact_small
This commit is contained in:
parent
76c48f3c9c
commit
8cf8fae396
1 changed files with 0 additions and 9 deletions
|
|
@ -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'
|
|
||||||
Loading…
Reference in a new issue