lib/generators/slim/scaffold/templates/_form.html.slim in slim-rails-3.0.0 vs lib/generators/slim/scaffold/templates/_form.html.slim in slim-rails-3.0.1
- old
+ new
@@ -9,6 +9,6 @@
<% attributes.each do |attribute| -%>
.field
= f.label :<%= attribute.name %>
= f.<%= attribute.field_type %> :<%= attribute.name %>
<% end -%>
- .actions = f.submit 'Save'
+ .actions = f.submit