diff options
Diffstat (limited to 'app/views/acd_agents/_form.html.haml')
-rw-r--r-- | app/views/acd_agents/_form.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/acd_agents/_form.html.haml b/app/views/acd_agents/_form.html.haml new file mode 100644 index 0000000..3b78bac --- /dev/null +++ b/app/views/acd_agents/_form.html.haml @@ -0,0 +1,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')
\ No newline at end of file |