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

  = render "form_core", :f => f

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