blob: e2066530562c9d8fa48560b4780afec1b15df990 (
plain)
1
2
3
4
5
6
|
- content_for :title, t("call_forwards.index.page_title")
- if @call_forwards.count > 0
= render "index_core", :call_forwards => @call_forwards
= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => CallForward}
|