summaryrefslogtreecommitdiff
path: root/app/views/route_elements/index.html.haml
blob: 43d47f1b73ba33e119c719cf3ac08120722bcfa6 (plain)
1
2
3
4
5
6
- content_for :title, t("route_elements.index.page_title")

- if @route_elements && @route_elements.count > 0
  = render "index_core", :route_elements => @route_elements

= render :partial => 'shared/create_link', :locals => {:parent => @call_route, :child_class => RouteElement}