Sha256: 2102e039c546241d99198db1847d5b4e68f6c327686505414b6e2925bc317c4b

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <b>First name:</b>
  <%= @contact.first_name %>
</p>

<p>
  <b>Last name:</b>
  <%= @contact.last_name %>
</p>

<p>
  <b>Email:</b>
  <%= @contact.email %>
</p>

<p>
  <b>Comment:</b>
  <%= @contact.comment %>
</p>


<%= link_to 'Edit', edit_contact_path(@contact) %> |
<%= link_to 'Back', contacts_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contactify-0.1 app/views/contactify/contacts/show.html.erb