diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/compliance_check_sets/index.html.slim | 8 | 
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 | 
