diff options
| -rw-r--r-- | app/views/compliance_check_sets/executed.html.slim | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/app/views/compliance_check_sets/executed.html.slim b/app/views/compliance_check_sets/executed.html.slim index 5550fbb25..bb055272d 100644 --- a/app/views/compliance_check_sets/executed.html.slim +++ b/app/views/compliance_check_sets/executed.html.slim @@ -13,8 +13,7 @@    - if params[:q].present? || @blocks_to_compliance_checks_map.any? || @direct_compliance_checks      .row        .col-lg-12 -        h2 -          = render '/compliance_checks/filters' +        = render '/compliance_checks/filters'          - if @direct_compliance_checks.try(:any?)            .row | 
