woese/guara-crm

View on GitHub
app/views/tasks/new.html.erb

Summary

Maintainability
Test Coverage
<%= render :partial => "header" %>

<%= render :partial => 'form', :locals => { :title => t("contacts.new.title") } %>

<%= link_to t('helpers.forms.back'), customer_contacts_path(@contact.customer) %>