lib/generators/bootstrap/themed/templates/index.html.erb in twitter-bootstrap-rails-2.2.6 vs lib/generators/bootstrap/themed/templates/index.html.erb in twitter-bootstrap-rails-2.2.7
- old
+ new
@@ -1,7 +1,7 @@
<%%- model_class = <%= resource_name.classify %> -%>
<div class="page-header">
- <h1><%%=t '.title', :default => model_class.model_name.human.pluralize %></h1>
+ <h1><%%=t '.title', :default => model_class.model_name.human.pluralize.titleize %></h1>
</div>
<table class="table table-striped">
<thead>
<tr>
<th><%%= model_class.human_attribute_name(:id) %></th>