<% title "Contact Type" %>

Name: <%= @contact_type.name %>

<%= link_to "Edit", edit_admin_contact_type_path(@contact_type) %> | <%= link_to "Destroy", [:admin, @contact_type], :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", admin_contact_types_path %>