bibendi/twinkle

View on GitHub
app/views/channels/new.html.haml

Summary

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