diff options
| author | cedricnjanga | 2018-03-21 07:19:54 -0700 | 
|---|---|---|
| committer | Luc Donnet | 2018-03-23 17:21:56 +0100 | 
| commit | 7e5cebd76f7aef72028f1ea944c02fe06eeb657b (patch) | |
| tree | 96effde0cedf36a2c9f2fd256c7dd4baae36262b | |
| parent | 4d60b0fb150312d811552b2d8dfee981f8565445 (diff) | |
| download | chouette-core-7e5cebd76f7aef72028f1ea944c02fe06eeb657b.tar.bz2 | |
Refs #6256 Fix compliance check set breadcrumb
| -rw-r--r-- | app/views/compliance_check_sets/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/compliance_check_sets/show.html.slim b/app/views/compliance_check_sets/show.html.slim index 4df14ab06..b54bf6c5c 100644 --- a/app/views/compliance_check_sets/show.html.slim +++ b/app/views/compliance_check_sets/show.html.slim @@ -1,4 +1,4 @@ -- breadcrumb :compliance_check_sets, @workbench, @compliance_check_set +- breadcrumb :compliance_check_set, @workbench, @compliance_check_set  - page_header_content_for @compliance_check_set  / PageContent | 
