summaryrefslogtreecommitdiff
path: root/app/views/acd_agents/index.html.haml
blob: ddf5fde8cc5399413411ed064bee752859e8a23b (plain)
1
2
3
4
5
6
- content_for :title, t("acd_agents.index.page_title")

- if @acd_agents && @acd_agents.count > 0
  = render "index_core", :acd_agents => @acd_agents

= render :partial => 'shared/create_link', :locals => {:parent => @automatic_call_distributor, :child_class => AcdAgent}