summaryrefslogtreecommitdiff
path: root/app/views/call_routes/index.html.haml
blob: c83606be604fdd72e849d9e72c6ad2abbd026c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
- title t("call_routes.index.page_title")

- if @call_routes && @call_routes.count > 0
  %table
    - @tables.each do |table|
      %tr
        %td{:colspan => 3}
          %h3= table
      = render "index_core", :call_routes => @call_routes.where(:table => table)
 
= render :partial => 'shared/create_link', :locals => {:child_class => CallRoute}