diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-12 13:26:30 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-12 13:26:30 +0100 |
commit | f8f35f666613eff24d3988bda1a22cc40ef2ab30 (patch) | |
tree | aa6ed467ba56ea74b0061af4d06cfb9b853da489 /app/views/call_routes | |
parent | aa5a2b806d117ffde9888e282c7100066156d94b (diff) |
Make the call_elements table sortable by drag and drop.
Diffstat (limited to 'app/views/call_routes')
-rw-r--r-- | app/views/call_routes/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/call_routes/show.html.haml b/app/views/call_routes/show.html.haml index 998558e..7c695c8 100644 --- a/app/views/call_routes/show.html.haml +++ b/app/views/call_routes/show.html.haml @@ -22,7 +22,7 @@ - else = @call_route.endpoint -= render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @call_route } + = render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @call_route } .row .span12 |