mailr/app/views/contacts/_contact.html.haml

12 lines
363 B
Text
Raw Permalink Normal View History

2012-03-30 19:31:23 +02:00
%tr
2012-06-18 21:34:30 +02:00
%td{:nowrap=>"nowrap"}
2012-03-30 19:31:23 +02:00
= 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