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

- old
+ new

@@ -1,4 +1,5 @@ +<%- 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| -%>