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

  = render "form_core", :f => f

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