diff options
| author | Robert | 2017-11-16 08:13:24 +0100 | 
|---|---|---|
| committer | Robert | 2017-11-17 14:57:36 +0100 | 
| commit | 05223891b456d043b8999b8ebce6a7b2eaf6ec6d (patch) | |
| tree | b296c2cc67e8717226de9cb36941c8c0910bdb3f /app/views/compliance_check_sets | |
| parent | d8c0303c4f00998c546e9d3d06c0b13ed89b0391 (diff) | |
| download | chouette-core-05223891b456d043b8999b8ebce6a7b2eaf6ec6d.tar.bz2 | |
Refs: #4823@0.3h; Code Review Part III
Diffstat (limited to 'app/views/compliance_check_sets')
| -rw-r--r-- | app/views/compliance_check_sets/executed.html.slim | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/views/compliance_check_sets/executed.html.slim b/app/views/compliance_check_sets/executed.html.slim index 84601e17c..8afb1d545 100644 --- a/app/views/compliance_check_sets/executed.html.slim +++ b/app/views/compliance_check_sets/executed.html.slim @@ -11,7 +11,7 @@          = definition_list t('metadatas'),              ComplianceCheckSet.human_attribute_name(:name) => @compliance_check_set.name -  - if params[:q].present? || @compliance_checks.any? || @direct_compliance_checks +  - if params[:q].present? || @blocks_to_compliance_checks_map.any? || @direct_compliance_checks      .row        .col-lg-12          h2 @@ -50,7 +50,7 @@                  cls: 'table has-filter has-search',                  model: ComplianceCheck -    - @compliance_checks.each do |block, compliance_checks| +    - @blocks_to_compliance_checks_map.each do |block, compliance_checks|        - if compliance_checks.try(:any?)          .row | 
