diff options
| author | Xinhui | 2017-10-19 14:40:07 +0200 |
|---|---|---|
| committer | Xinhui | 2017-10-19 14:40:07 +0200 |
| commit | afd105ce4582bdec42ca57d1f546a2f5491de7c2 (patch) | |
| tree | f9491f9887eb1614908ca0f50a092654b208e347 /config | |
| parent | 1e8f8fa2879f066284ca72be96386d426108d079 (diff) | |
| download | chouette-core-afd105ce4582bdec42ca57d1f546a2f5491de7c2.tar.bz2 | |
Breadcrum for compliance check sets
Diffstat (limited to 'config')
| -rw-r--r-- | config/breadcrumbs.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/breadcrumbs.rb b/config/breadcrumbs.rb index 992e5d977..9f4fd2a06 100644 --- a/config/breadcrumbs.rb +++ b/config/breadcrumbs.rb @@ -21,6 +21,16 @@ crumb :time_table do |referential, time_table| parent :time_tables, referential end +crumb :compliance_check_sets do |workbench| + link :compliance_check_sets, workbench_compliance_check_sets_path(workbench) + parent :workbench, workbench +end + +crumb :compliance_check_set do |workbench, compliance_check_set| + link :compliance_check_set, workbench_compliance_check_set_path(workbench, compliance_check_set) + parent :compliance_check_sets, workbench +end + # crumb :project do |project| # link project.name, project_path(project) # parent :projects |
