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

  = render "form_core", :f => f

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