lib/generators/bootstrap/themed/templates/show.html.slim in bootstrap-sass-extras-0.0.2 vs lib/generators/bootstrap/themed/templates/show.html.slim in bootstrap-sass-extras-0.0.3
- old
+ new
@@ -1,7 +1,7 @@
- model_class = <%= resource_name.classify %>
div class="page-header"
- h1=t '.title', :default => model_class.model_name.human
+ h1=t '.title', :default => model_class.model_name.human.titleize
<%- columns.each do |column| -%>
p
strong= model_class.human_attribute_name(:<%= column.name %>) + ':'
br