blob: df1c2ef39a645b20440dd2611252c6f61545df56 (
plain)
1
2
3
4
5
6
7
|
= simple_form_for([@automatic_call_distributor, @acd_agent]) do |f|
= f.error_notification
= render "form_core", :f => f
.form-actions
= f.button :submit, conditional_t('acd_agents.form.submit')
|