Sha256: 473c0d574f64598b636fd74d3564abeb07b8afc10324c13c640582ca9d8d007d
Contents?: true
Size: 667 Bytes
Versions: 1
Compression:
Stored size: 667 Bytes
Contents
%tr.highlight[unknown_email] - addresses = (unknown_email.direction == 'received' ? unknown_email.sent_from : unknown_email.sent_to).split(";") %td= unknown_email.direction.to_s.capitalize %td= unknown_email.sent_from %td= unknown_email.sent_to %td= truncate(unknown_email.subject, :length => 150) %td= truncate(unknown_email.body, :length => 150) %td - addresses.each do |address| = address %p = link_to "Convert to Lead?", convert_unknown_email_path(unknown_email, :email => address), :method => :put or = link_to "Ignore?", ignore_unknown_email_path(unknown_email, :email => address), :method => :delete
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffcrm_cloudfuji-0.4.1 | app/views/unknown_emails/_unknown_email.html.haml |