summaryrefslogtreecommitdiff
path: root/app/views/phone_sip_accounts/_form.html.haml
blob: 8b214de826847db656998acb23c128eaca716aa8 (plain)
1
2
3
4
5
6
7
= simple_form_for([@phone, @phone_sip_account]) do |f|
  = f.error_notification

  = render "form_core", :f => f

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