Firstname: <%=h @contact.firstname %>

Lastname: <%=h @contact.lastname %>

Emailaddress: <%=h @contact.emailaddress %>

Mobile: <%=h @contact.mobile %>

Homephone: <%=h @contact.homephone %>

Streetaddress: <%=h @contact.streetaddress %>

Suburb: <%=h @contact.suburb %>

Postcode: <%=h @contact.postcode %>

Ipaddress: <%=h @contact.ipaddress %>

The equiry
<%=h @contact.enquiry %>

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