diff options
| author | Robert | 2017-11-17 09:42:35 +0100 | 
|---|---|---|
| committer | Robert | 2017-11-17 14:57:36 +0100 | 
| commit | dd4c7df4193c32d20f9772159217741c14d1184e (patch) | |
| tree | 89fe76c13f57acfa7afb0bfc4e943f83e818a860 | |
| parent | 9eecb15fb3381e67c28e0978016eb5ac1ec472ca (diff) | |
| download | chouette-core-dd4c7df4193c32d20f9772159217741c14d1184e.tar.bz2 | |
Refs: #4823@0.2h; Code Review Part V
| -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 | 
