diff options
| author | Luc Donnet | 2018-03-27 09:08:37 +0200 | 
|---|---|---|
| committer | GitHub | 2018-03-27 09:08:37 +0200 | 
| commit | 45487abd6adab96b8165e29164dc9b39878dca81 (patch) | |
| tree | 1804101b8f31845e3be681c979a99e97cf9f887a | |
| parent | 54af4cf305aa0646cc23460a01591f2b65e0f171 (diff) | |
| parent | 73e5983334cc5f5835224fef74e27c512ee90906 (diff) | |
| download | chouette-core-45487abd6adab96b8165e29164dc9b39878dca81.tar.bz2 | |
Merge pull request #405 from af83/6298-change-companies-breadcrumb
Refs #6298 Change companies#new breadcrumb
| -rw-r--r-- | app/views/companies/new.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/companies/new.html.slim b/app/views/companies/new.html.slim index cc085ffe2..1747b8e10 100644 --- a/app/views/companies/new.html.slim +++ b/app/views/companies/new.html.slim @@ -1,4 +1,4 @@ -- breadcrumb :lines, @line_referential +- breadcrumb :companies, @line_referential  .page_content    .container-fluid      .row | 
