lib/generators/bootswatch_rails/install/templates/lib/templates/erb/scaffold/show.html.erb in bootswatch_rails-3.3.0.4 vs lib/generators/bootswatch_rails/install/templates/lib/templates/erb/scaffold/show.html.erb in bootswatch_rails-3.3.0.5

- old
+ new

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