summaryrefslogtreecommitdiff
path: root/app/views/call_forwards/index.html.haml
blob: 91b923a2c6e9e02dc52fd081e04f28cc5a63bec2 (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 => @phone_number, :child_class => CallForward}