woese/guara-crm

View on GitHub
app/views/contacts/edit.html.erb

Summary

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

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

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