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

Version Path
sbdevcore-0.1.2 app/views/contacts/show.html.erb
sbdevcore-0.1.1 app/views/contacts/show.html.erb
sbdevcore-0.1.0 app/views/contacts/show.html.erb
sbdevcore-0.0.9 app/views/contacts/show.html.erb
sbdevcore-0.0.8 app/views/contacts/show.html.erb
sbdevcore-0.0.7 app/views/contacts/show.html.erb
sbdevcore-0.0.6 app/views/contacts/show.html.erb
sbdevcore-0.0.5 app/views/contacts/show.html.erb
sbdevcore-0.0.4 app/views/contacts/show.html.erb
sbdevcore-0.0.3 app/views/contacts/show.html.erb
sbdevcore-0.0.1 app/views/contacts/show.html.erb
sbdev-core-0.0.1 app/views/contacts/show.html.erb