summaryrefslogtreecommitdiff
path: root/app/views/route_elements/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/route_elements/show.html.haml')
-rw-r--r--app/views/route_elements/show.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/route_elements/show.html.haml b/app/views/route_elements/show.html.haml
index a439353..8e41f80 100644
--- a/app/views/route_elements/show.html.haml
+++ b/app/views/route_elements/show.html.haml
@@ -1,9 +1,6 @@
- title t("route_elements.show.page_title")
%p
- %strong= t('route_elements.show.call_route_id') + ":"
- = @route_element.call_route_id
-%p
%strong= t('route_elements.show.var_in') + ":"
= @route_element.var_in
%p
@@ -25,4 +22,4 @@
%strong= t('route_elements.show.position') + ":"
= @route_element.position
-= render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @route_element } \ No newline at end of file
+= render :partial => 'shared/show_edit_destroy_part', :locals => {:parent => @call_route, :child => @route_element } \ No newline at end of file