lib/generators/templates/views/show.html.erb in merb_datamapper-0.9.8 vs lib/generators/templates/views/show.html.erb in merb_datamapper-0.9.9

- old
+ new

@@ -1,14 +1,3 @@ <h1><%= class_name %> controller, show action</h1> -<p>Edit this file in <tt>app/views/<%= file_name %>/show.html.erb</tt></p> - -<% for property in properties -%> -<p> - <b><%= Extlib::Inflection.humanize(property.field) %>:</b> - <%%=h @<%= singular_model %>.<%= property.getter %> %> -</p> - -<% end -%> - -<%%= link_to 'Edit', url(:edit_<%= singular_model %>, @<%= singular_model %>) %> | -<%%= link_to 'Back', url(:<%= plural_model %>) %> +<p>Edit this file in <tt>app/views/<%= file_name %>/show.html.erb</tt></p> \ No newline at end of file