mailr/app/views/contacts/_contact.html.haml
Wojciech Todryk 0a2bbed2a0 fixes
2012-06-18 21:34:30 +02:00

12 lines
363 B
Plaintext
Executable file

%tr
%td{:nowrap=>"nowrap"}
= check_box_tag "items_ids[]", contact.id
\/
= link_to "<i class=\"icon-edit\"></i>".html_safe,edit_contact_path(contact)
%td{:nowrap=>"nowrap"}
= link_to contact.name,compose_contact_path(contact.id)
%td{:nowrap=>"nowrap"}
= link_to contact.email, compose_contact_path(contact.id)
%td{:nowrap=>"nowrap"}
= contact.info