lib/generators/bootstrap/themed/templates/edit.html.haml in twitter-bootstrap-rails-2.0.7 vs lib/generators/bootstrap/themed/templates/edit.html.haml in twitter-bootstrap-rails-2.0.8
- old
+ new
@@ -1,3 +1,4 @@
- model_class = @<%= resource_name %>.class
-%h1=t '.title', :default => t('helpers.titles.edit', :model => model_class.model_name.human, :default => "Edit #{model_class.model_name.human}")
+.page-header
+ %h1=t '.title', :default => t('helpers.titles.edit', :model => model_class.model_name.human, :default => "Edit #{model_class.model_name.human}")
= render :partial => "form"