aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGuillaume2017-09-26 16:29:20 +0200
committerGuillaume2017-09-26 16:29:20 +0200
commitefce9eac3812c005409ce87028877e4a40724949 (patch)
tree60d9269402b9ee2738fbf3251fc6ced8a18c7f64 /app
parent1488ced811f3b1ec2f3d3b8e4d1a48f4fb35f91f (diff)
downloadchouette-core-efce9eac3812c005409ce87028877e4a40724949.tar.bz2
show compliance_control_set in compliance_check_set table, fix compliance_check_set spec
Diffstat (limited to 'app')
-rw-r--r--app/views/compliance_check_sets/index.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/compliance_check_sets/index.html.slim b/app/views/compliance_check_sets/index.html.slim
index cad20172b..e33905fce 100644
--- a/app/views/compliance_check_sets/index.html.slim
+++ b/app/views/compliance_check_sets/index.html.slim
@@ -40,7 +40,7 @@
), \
TableBuilderHelper::Column.new(\
key: :control_game, \
- attribute: 'control_game' \
+ attribute: Proc.new{ |n| (n.compliance_control_set.name) if n.compliance_control_set} \
), \
],
sortable: true,