summaryrefslogtreecommitdiff
path: root/app/views/automatic_call_distributors/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/automatic_call_distributors/_form.html.haml')
-rw-r--r--app/views/automatic_call_distributors/_form.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/automatic_call_distributors/_form.html.haml b/app/views/automatic_call_distributors/_form.html.haml
new file mode 100644
index 0000000..fcf133c
--- /dev/null
+++ b/app/views/automatic_call_distributors/_form.html.haml
@@ -0,0 +1,8 @@
+= simple_form_for([@parent, @automatic_call_distributor]) do |f|
+ = f.error_notification
+
+ = render "form_core", :f => f, :join_on => @join_on, :leave_on => @leave_on, :strategies => @strategies
+
+
+ .actions
+ = f.button :submit, conditional_t('automatic_call_distributors.form.submit') \ No newline at end of file