Sha256: ce390d72482ea75def333471bdf6ae45e6e6a307b494dd15b05026ece0a5fab9
Contents?: true
Size: 567 Bytes
Versions: 36
Compression:
Stored size: 567 Bytes
Contents
- title "Contacts" %table %tr %th Name %th From %th Arrival Date %th Departure Date %th Email %th Message - for contact in @contacts %tr %td= h contact.name %td= h contact.from %td= h contact.arrival_date %td= h contact.departure_date %td= h contact.email %td= h contact.message %td= link_to "Show", contact %td= link_to "Edit", edit_contact_path(contact) %td= link_to "Destroy", contact, :confirm => 'Are you sure?', :method => :delete %p= link_to "New Contact", new_contact_path
Version data entries
36 entries across 36 versions & 1 rubygems