summaryrefslogtreecommitdiff
path: root/app/views/route_elements/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/route_elements/_index_core.html.haml')
-rw-r--r--app/views/route_elements/_index_core.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/route_elements/_index_core.html.haml b/app/views/route_elements/_index_core.html.haml
index c1df665..3435686 100644
--- a/app/views/route_elements/_index_core.html.haml
+++ b/app/views/route_elements/_index_core.html.haml
@@ -6,7 +6,6 @@
%th= t('route_elements.index.replacement')
%th= t('route_elements.index.action')
%th= t('route_elements.index.mandatory')
- %th= t('route_elements.index.position')
- reset_cycle
- for route_element in route_elements
@@ -17,5 +16,4 @@
%td= route_element.replacement
%td= route_element.action
%td= route_element.mandatory
- %td= route_element.position
=render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => @call_route, :child => route_element} \ No newline at end of file