aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/compliance_check_sets
diff options
context:
space:
mode:
authorGuillaume2017-09-28 11:01:41 +0200
committerGuillaume2017-09-28 11:01:41 +0200
commit9b83abfc89b9b1bb1d55f8728ecf7d59ac971b99 (patch)
tree4f3d7fc1c7e2264e757b656de0cbb560596732e1 /app/views/compliance_check_sets
parentefce9eac3812c005409ce87028877e4a40724949 (diff)
downloadchouette-core-9b83abfc89b9b1bb1d55f8728ecf7d59ac971b99.tar.bz2
fix review for pull request
Diffstat (limited to 'app/views/compliance_check_sets')
-rw-r--r--app/views/compliance_check_sets/index.html.slim8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/compliance_check_sets/index.html.slim b/app/views/compliance_check_sets/index.html.slim
index e33905fce..3e9b05393 100644
--- a/app/views/compliance_check_sets/index.html.slim
+++ b/app/views/compliance_check_sets/index.html.slim
@@ -18,7 +18,7 @@
.col-lg-12
.select_table
= table_builder_2 @compliance_check_sets,
- [ \
+ [ \
TableBuilderHelper::Column.new( \
key: :ref, \
attribute: 'referential_id' \
@@ -43,9 +43,9 @@
attribute: Proc.new{ |n| (n.compliance_control_set.name) if n.compliance_control_set} \
), \
],
- sortable: true,
- links: [:show],
- cls: 'table has-filter has-search'
+ sortable: true,
+ links: [:show],
+ cls: 'table has-filter has-search'
- unless @compliance_check_sets.any?
.row.mt-xs
.col-lg-12