summaryrefslogtreecommitdiff
path: root/app/views/acd_callers/index.html.haml
blob: 70439ed70ca47305baf9d2c5175f1b904d5a95a1 (plain)
1
2
3
4
5
6
- title t("acd_callers.index.page_title")

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

= render :partial => 'shared/create_link', :locals => {:child_class => AcdCaller}