blob: f3f8b2b22ea678ecb79811004f04552b54e0d1b6 (
plain)
1
2
3
4
5
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}
|