<% title "Contact Types" %>

Contact Types

<% for contact_type in @contact_types %> <% end %>
Name
<%= contact_type.name %> <%= link_to "Show", ['admin', contact_type] %> <%= link_to "Edit", edit_admin_contact_type_path(contact_type) %> <%= link_to "Destroy", ["admin", contact_type], :confirm => 'Are you sure?', :method => :delete %>

<%= link_to "New Contact Type", new_admin_contact_type_path %>