lib/generators/bootswatch_rails/install/templates/lib/templates/erb/scaffold/show.html.erb in bootswatch_rails-3.2.0.31 vs lib/generators/bootswatch_rails/install/templates/lib/templates/erb/scaffold/show.html.erb in bootswatch_rails-3.2.0.32

- old
+ new

@@ -1,5 +1,5 @@ -<%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%> +<%%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%> <h2><%%= t('headers.show', name: t('activerecord.models.<%= singular_table_name %>.one')) %></h2> <table class="table table-striped table-hover"> <tbody> <% attributes.each do |attribute| -%>