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

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

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