summaryrefslogtreecommitdiff
path: root/app/views/call_routes/index.html.haml
blob: 0108322706f90d0350ff22b1ba2ae41a0a28f42a (plain)
1
2
3
4
5
6
7
8
- content_for :title, t("call_routes.index.page_title")

- if @call_routes && @call_routes.any?
  - @routing_tables.each do |routing_table|
    %h3= routing_table
    = render "index_core", :call_routes => @call_routes.where(:routing_table => routing_table), :routing_table => routing_table
 
= render :partial => 'shared/create_link', :locals => {:child_class => CallRoute}