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