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