aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorXinhui2017-10-19 14:40:07 +0200
committerXinhui2017-10-19 14:40:07 +0200
commitafd105ce4582bdec42ca57d1f546a2f5491de7c2 (patch)
treef9491f9887eb1614908ca0f50a092654b208e347 /config
parent1e8f8fa2879f066284ca72be96386d426108d079 (diff)
downloadchouette-core-afd105ce4582bdec42ca57d1f546a2f5491de7c2.tar.bz2
Breadcrum for compliance check sets
Diffstat (limited to 'config')
-rw-r--r--config/breadcrumbs.rb10
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