af83/chouette-core

View on GitHub
app/views/routes/new.html.slim

Summary

Maintainability
Test Coverage
- breadcrumb :referential_line, @workbench, @referential, @line
.page_content
  .container-fluid
    .row
      .col-lg-8.col-lg-offset-2.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1
        == render 'form',
          form_action: 'create',
          redirect_url: url_for(action: 'index', controller: 'routes'),
          route_fetch_url: nil,
          route_submit_url: url_for(action: 'create', controller: 'routes')