aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorRobert2017-11-13 13:19:06 +0100
committerRobert2017-11-17 14:57:36 +0100
commite4d75876d5bd9a4560133395f119abc05dc00b3d (patch)
treefe91dc719a7acb9b50c1f50e42f5adf3516900a2 /app/helpers
parent52f185193aea2e47feff0aa9b395ee67b86608f1 (diff)
downloadchouette-core-e4d75876d5bd9a4560133395f119abc05dc00b3d.tar.bz2
Refs: #4823@1.7h; CodeReview #show -> #executed
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/compliance_check_sets_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/compliance_check_sets_helper.rb b/app/helpers/compliance_check_sets_helper.rb
index 349ecae87..fc7165fed 100644
--- a/app/helpers/compliance_check_sets_helper.rb
+++ b/app/helpers/compliance_check_sets_helper.rb
@@ -3,6 +3,10 @@ module ComplianceCheckSetsHelper
workbench_compliance_check_set_path(compliance_check_set.workbench, compliance_check_set)
end
+ def executed_compliance_check_set_path(compliance_check_set)
+ executed_workbench_compliance_check_set_path(compliance_check_set.workbench, compliance_check_set)
+ end
+
def compliance_check_path(compliance_check)
workbench_compliance_check_set_compliance_check_path(
compliance_check.compliance_check_set.workbench,