New <%= singular_name.titleize %>
<%%= error_messages_for :<%= singular_name %> %>
<%% form_for(:<%= singular_name %>, :url => collection_url) do |f| %>
<%%= render(:partial => "form", :locals => {:f => f}) %>
<%%= submit_tag "Create" %>
<%% end %>
<%%= link_to 'Back', collection_url %>