woese/guara-crm

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

Summary

Maintainability
Test Coverage
<% provide(:title, t("customers.edit.title")) %>

<%= render :partial => "navbar", :locals => { :active => :edit, :navbar_title => @customer.name } %>

<%= render :partial => "modules", :locals => { :active => :customer} %>

<%= render "form"%>