summaryrefslogtreecommitdiff
path: root/app/views/route_elements/_index_core.html.haml
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-01-17 12:31:28 +0100
committerspag <spag@golwen.net>2013-01-17 12:31:28 +0100
commit808a9d19c7376907370e58662856cd028e9b83b1 (patch)
treea005f8c1bb1016d8d1b4218772542da780bd7740 /app/views/route_elements/_index_core.html.haml
parentae8ce84e44d776b3c2318795ceff611f0639b7ec (diff)
route elements views
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