diff options
| author | cedricnjanga | 2018-03-21 07:19:54 -0700 | 
|---|---|---|
| committer | cedricnjanga | 2018-03-21 07:19:54 -0700 | 
| commit | 9a850e9347ef15328ea1ff319a6afa0f86b57293 (patch) | |
| tree | 20f86a110a4de74ca0a25e04b6a64fe7048dfde6 | |
| parent | b2378aa38642d6312d222325ddeeaad78db50e13 (diff) | |
| download | chouette-core-6256-compliance-check-set-breadcrumb.tar.bz2 | |
Refs #6256 Fix compliance check set breadcrumb6256-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 | 
