summaryrefslogtreecommitdiff
path: root/app/views/callthroughs/_form.html.haml
blob: 99f92d00549c0e61a4cd55647b06b7b0fc1352a8 (plain)
1
2
3
4
5
6
7
= simple_form_for([@tenant, @callthrough]) do |f|
  = f.error_notification

  = render "form_core", :f => f

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