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

Version Path
sbdevcore-0.3.10 app/views/contacts/show.html.haml
sbdevcore-0.3.9 app/views/contacts/show.html.haml
sbdevcore-0.3.8 app/views/contacts/show.html.haml
sbdevcore-0.3.7 app/views/contacts/show.html.haml
sbdevcore-0.3.6 app/views/contacts/show.html.haml
sbdevcore-0.3.5 app/views/contacts/show.html.haml
sbdevcore-0.3.4 app/views/contacts/show.html.haml
sbdevcore-0.3.3 app/views/contacts/show.html.haml
sbdevcore-0.3.2 app/views/contacts/show.html.haml
sbdevcore-0.3.1 app/views/contacts/show.html.haml
sbdevcore-0.3.0 app/views/contacts/show.html.haml
sbdevcore-0.2.26 app/views/contacts/show.html.haml
sbdevcore-0.2.25 app/views/contacts/show.html.haml
sbdevcore-0.2.24 app/views/contacts/show.html.haml
sbdevcore-0.2.23 app/views/contacts/show.html.haml
sbdevcore-0.2.22 app/views/contacts/show.html.haml
sbdevcore-0.2.21 app/views/contacts/show.html.haml
sbdevcore-0.2.20 app/views/contacts/show.html.haml
sbdevcore-0.2.19 app/views/contacts/show.html.haml
sbdevcore-0.2.18 app/views/contacts/show.html.haml