summaryrefslogtreecommitdiff
path: root/app/views/automatic_call_distributors/index.html.haml
blob: 4f2d040b98fa154c3bfe32ceb286ad0d1629a2e7 (plain)
1
2
3
4
5
6
- content_for :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}