blob: 3b78bac2de176864dce1e884f81ff23aa6db8f02 (
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
.actions
= f.button :submit, conditional_t('acd_agents.form.submit')
|