diff options
| author | cedricnjanga | 2017-12-13 12:08:18 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2017-12-13 12:08:18 +0100 | 
| commit | 90b5de42497cccf13fb503e53b3642e1d3c40862 (patch) | |
| tree | 3d9dca6c157b474687f3a23893634b92ca5d8642 | |
| parent | 71718a7996ac4848f9762f45b31bc7ff5f106c0f (diff) | |
| download | chouette-core-90b5de42497cccf13fb503e53b3642e1d3c40862.tar.bz2 | |
Refs #4812 display empty Direct CCB
| -rw-r--r-- | app/views/compliance_control_sets/show.html.slim | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/app/views/compliance_control_sets/show.html.slim b/app/views/compliance_control_sets/show.html.slim index 851a4a41a..d915bbdaf 100644 --- a/app/views/compliance_control_sets/show.html.slim +++ b/app/views/compliance_control_sets/show.html.slim @@ -27,9 +27,8 @@          = render '/compliance_controls/filters'    / compliance controls without block -  - if @direct_compliance_controls.try(:any?) -    = render_compliance_control_block -    = render_compliance_controls(@direct_compliance_controls) +  = render_compliance_control_block +  = render_compliance_controls(@direct_compliance_controls)    / compliance controls with block    - if params[:q] && params[:q][:compliance_control_block_id_eq_any].try(:present?) | 
