<%= notice %>

First name: <%= @contact.first_name %>

Last name: <%= @contact.last_name %>

Email: <%= @contact.email %>

Comment: <%= @contact.comment %>

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