Sha256: b3ffe32d4881142c1e55b1040de4ede0d1f673531c55616b03ddd5cb2079f8dc
Contents?: true
Size: 465 Bytes
Versions: 21
Compression:
Stored size: 465 Bytes
Contents
h1 Listing leads table thead tr th Sales contact th Offer th Name th th th tbody - @leads.each do |lead| tr td = lead.sales_contact_id td = lead.offer td = lead.name td = link_to 'Show', lead td = link_to 'Edit', edit_lead_path(lead) td = link_to 'Destroy', lead, data: {:confirm => 'Are you sure?'}, :method => :delete br = link_to 'New Lead', new_lead_path
Version data entries
21 entries across 21 versions & 1 rubygems