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

  = render "form_core", :f => f

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