blob: 93d64f23983be6cd0412af331439b4d553e3667a (
plain)
1
2
3
4
5
6
|
- 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 => @phone_number, :child_class => CallForward}
|