Sha256: 3a417c521b565f2d354f850c4b212f6acc1f0ee0af745aa0554a018647d7ce6f
Contents?: true
Size: 512 Bytes
Versions: 21
Compression:
Stored size: 512 Bytes
Contents
h1 Listing sales_contacts table thead tr th Message th Email th th th tbody - @sales_contacts.each do |sales_contact| tr td = sales_contact.message td = sales_contact.email td = link_to 'Show', sales_contact td = link_to 'Edit', edit_sales_contact_path(sales_contact) td = link_to 'Destroy', sales_contact, data: {:confirm => 'Are you sure?'}, :method => :delete br = link_to 'New Sales contact', new_sales_contact_path
Version data entries
21 entries across 21 versions & 1 rubygems