bibendi/twinkle

View on GitHub
app/views/clients/edit.html.haml

Summary

Maintainability
Test Coverage
- breadcrumb :client, @client
- model_class = Client
.page-header
  %h1=t '.title', :default => [:'helpers.titles.edit', 'Edit %{model}'], :model => model_class.model_name.human.titleize
= render :partial => "form"