summaryrefslogtreecommitdiff
path: root/app/views/conferences/_form.html.haml
blob: 4bee1a4363d10996aa39a99d14be19669fcc2dec (plain)
1
2
3
4
5
6
7
= simple_form_for([ @parent, @conference ]) do |f|
  = f.error_notification

  = render "form_core", :f => f

  .actions
    = f.button :submit, conditional_t('conferences.form.submit')