blob: be678cdd3e577c4adee61da5406f3f3dbfdeb287 (
plain)
1
2
3
4
5
6
|
- content_for :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}
|