summaryrefslogtreecommitdiff
path: root/app/views/automatic_call_distributors/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/automatic_call_distributors/index.html.haml')
-rw-r--r--app/views/automatic_call_distributors/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/automatic_call_distributors/index.html.haml b/app/views/automatic_call_distributors/index.html.haml
new file mode 100644
index 0000000..f3f8b2b
--- /dev/null
+++ b/app/views/automatic_call_distributors/index.html.haml
@@ -0,0 +1,6 @@
+- title t("automatic_call_distributors.index.page_title")
+
+- if @automatic_call_distributors && @automatic_call_distributors.count > 0
+ = render "index_core", :automatic_call_distributors => @automatic_call_distributors
+
+= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => AutomaticCallDistributor}