summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/views/haml/_form.html.haml
blob: b12f1cba10a0017efc690fe71e85c5ca926e4249 (plain)
1
2
3
4
5
6
7
= simple_form_for(<%= item_path :instance_variable => true %>) do |f|
  = f.error_notification

  = render "form_core", :f => f

  .form-actions
    = f.button :submit, conditional_t('<%= plural_name %>.form.submit')