diff options
| author | Luc Donnet | 2018-03-22 12:15:37 +0100 | 
|---|---|---|
| committer | GitHub | 2018-03-22 12:15:37 +0100 | 
| commit | 7be83f4b8c0af5950400e00aa77851e98cc778f9 (patch) | |
| tree | 3d77ebcb5d7e3e0aea135e3ceaf68b75a33b4059 /app/views | |
| parent | e3c203ba8e77d6230b8c94c4d3f790fe3717d8bc (diff) | |
| parent | 9a850e9347ef15328ea1ff319a6afa0f86b57293 (diff) | |
| download | chouette-core-7be83f4b8c0af5950400e00aa77851e98cc778f9.tar.bz2 | |
Merge pull request #399 from af83/6256-compliance-check-set-breadcrumb
Refs #6256 Fix compliance check set breadcrumb
Diffstat (limited to 'app/views')
| -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  | 
