lib/generators/bootstrap/themed/templates/show.html.erb in twitter-bootstrap-rails-2.0.7 vs lib/generators/bootstrap/themed/templates/show.html.erb in twitter-bootstrap-rails-2.0.8

- old
+ new

@@ -1,6 +1,8 @@ <%%- model_class = @<%= resource_name %>.class -%> -<h1><%%=t '.title', :default => model_class.model_name.human %></h1> +<div class="page-header"> + <h1><%%=t '.title', :default => model_class.model_name.human %></h1> +</div> <dl class="dl-horizontal"> <%- columns.each do |column| -%> <dt><strong><%%= model_class.human_attribute_name(:<%= column.name %>) %>:</strong></dt> <dd><%%= @<%= resource_name %>.<%= column.name %> %></dd>