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

  = render "form_core", :f => f

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