summaryrefslogtreecommitdiff
path: root/app/views/call_routes
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-02-09 11:24:36 +0100
committerspag <spag@golwen.net>2013-02-09 11:24:36 +0100
commit5fba89e83722e11232b1130a1a939d55aed94387 (patch)
treedfb08491ea125c8dd57b0c032e41f811ac342362 /app/views/call_routes
parentcc4dda2b37119e1364cf0a5362aedfae639bcbc7 (diff)
multiple css ids bug fixed
Diffstat (limited to 'app/views/call_routes')
-rw-r--r--app/views/call_routes/_index_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/call_routes/_index_core.html.haml b/app/views/call_routes/_index_core.html.haml
index 6f2eadd..a62a9c4 100644
--- a/app/views/call_routes/_index_core.html.haml
+++ b/app/views/call_routes/_index_core.html.haml
@@ -7,7 +7,7 @@
%th= t('route_elements.index.pattern')
%th= t('call_routes.index.endpoint')
- %tbody{ :id => "call_routes_#{routing_table}", :'data-update-url' => sort_call_routes_url}
+ %tbody{ :class => "call_routes", :id => "call_routes_#{routing_table}", :'data-update-url' => sort_call_routes_url}
- for call_route in call_routes
- cache(['call_route_single_table_row', I18n.locale, call_route]) do
= content_tag_for :tr, call_route do