summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/views/haml/_form.html.haml
blob: 57cb82827bd12d20dd0d59c6626f0e9f42cce27c (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

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