app/views/routes/edit.html.slim
- breadcrumb :route, @workbench, @referential, @route
- page_header_content_for @route
.page_content
.container-fluid
.row
.col-lg-8.col-lg-offset-2.col-md-9.col-md-offset-2.col-sm-10.col-sm-offset-1
== render 'form',
form_action: 'update',
redirect_url: url_for(action: 'show', controller: 'routes'),
route_fetch_url: url_for(action: 'show', controller: 'routes'),
route_submit_url: url_for(action: 'update', controller: 'routes')