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

10 lines
249 B
Plaintext
Executable file

%tr
%td{:nowrap=>"nowrap"}
= check_box_tag "items_ids[]", link.id
\/
= link_to "<i class=\"icon-edit\"></i>".html_safe,edit_link_path(link)
%td{:nowrap=>"nowrap"}
= link_to link.url,"http://"+link.url
%td{:nowrap=>"nowrap"}
= link.info