lib/generators/niftier/scaffold/templates/views/haml/_form.html.haml in niftier-generators-0.1.0 vs lib/generators/niftier/scaffold/templates/views/haml/_form.html.haml in niftier-generators-0.1.1
- old
+ new
@@ -1,5 +1,5 @@
-- form_for @<%= singular_name %> do |f|
+= form_for @<%= singular_name %> do |f|
= f.error_messages
<%- for attribute in model_attributes -%>
%p
= f.label :<%= attribute.name %>
%br