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

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

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