diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-16 16:32:59 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-16 16:32:59 +0100 |
commit | 0ee17f52f8ad337c1240b4c55dbd8f6c6c74dc90 (patch) | |
tree | 1016d6e8f1d35629d82ef462fed20827d17c4e3d /app/views/route_elements/index.html.haml | |
parent | 225a812d5f2da7dc205c021a571ff3c6d5307f20 (diff) |
Fixed routes and breadcrumbs. #106
Diffstat (limited to 'app/views/route_elements/index.html.haml')
-rw-r--r-- | app/views/route_elements/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/route_elements/index.html.haml b/app/views/route_elements/index.html.haml index b05236b..8a6f7bc 100644 --- a/app/views/route_elements/index.html.haml +++ b/app/views/route_elements/index.html.haml @@ -3,4 +3,4 @@ - if @route_elements && @route_elements.count > 0 = render "index_core", :route_elements => @route_elements -= render :partial => 'shared/create_link', :locals => {:child_class => RouteElement}
\ No newline at end of file += render :partial => 'shared/create_link', :locals => {:parent => @call_route, :child_class => RouteElement}
\ No newline at end of file |