summaryrefslogtreecommitdiff
path: root/app/views/call_routes/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/call_routes/index.html.haml')
-rw-r--r--app/views/call_routes/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/call_routes/index.html.haml b/app/views/call_routes/index.html.haml
index d5181e3..0108322 100644
--- a/app/views/call_routes/index.html.haml
+++ b/app/views/call_routes/index.html.haml
@@ -3,6 +3,6 @@
- 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)
+ = 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}