Sha256: b0ebb647b3aff0d29d6beb7f425cc69b9b10c698bb5b58e59fb008ceb8228a51
Contents?: true
Size: 611 Bytes
Versions: 12
Compression:
Stored size: 611 Bytes
Contents
<% title "Contact" %> <p> <strong>Name:</strong> <%=h @contact.name %> </p> <p> <strong>From:</strong> <%=h @contact.from %> </p> <p> <strong>Arrival Date:</strong> <%=h @contact.arrival_date %> </p> <p> <strong>Departure Date:</strong> <%=h @contact.departure_date %> </p> <p> <strong>Email:</strong> <%=h @contact.email %> </p> <p> <strong>Message:</strong> <%=h @contact.message %> </p> <p> <%= link_to "Edit", edit_contact_path(@contact) %> | <%= link_to "Destroy", @contact, :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", contacts_path %> </p>
Version data entries
12 entries across 12 versions & 2 rubygems