lib/generators/bootstrap/themed/templates/edit.html.slim in bootstrap-sass-extras-0.0.2 vs lib/generators/bootstrap/themed/templates/edit.html.slim in bootstrap-sass-extras-0.0.3
- old
+ new
@@ -1,4 +1,4 @@
- model_class = <%= resource_name.classify %>
div class="page-header"
- h1=t '.title', :default => [:'helpers.titles.edit', 'Edit %{model}'], :model => model_class.model_name.human
+ h1=t '.title', :default => [:'helpers.titles.edit', 'Edit %{model}'], :model => model_class.model_name.human.titleize
= render :partial => "form"