Sha256: 5cfdeec857f66c53bee6a7da134287b80dd58889f3c0b022e3224432cef8bfd3
Contents?: true
Size: 476 Bytes
Versions: 36
Compression:
Stored size: 476 Bytes
Contents
- title "Contact" %p %strong Name: = h @contact.name %p %strong From: = h @contact.from %p %strong Arrival Date: = h @contact.arrival_date %p %strong Departure Date: = h @contact.departure_date %p %strong Email: = h @contact.email %p %strong Message: = h @contact.message %p = link_to "Edit", edit_contact_path(@contact) | \#{link_to "Destroy", @contact, :confirm => 'Are you sure?', :method => :delete} | \#{link_to "View All", contacts_path}
Version data entries
36 entries across 36 versions & 1 rubygems