diff options
| author | cedricnjanga | 2017-12-06 15:40:46 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2017-12-06 15:41:15 +0100 | 
| commit | 0bb71d8146126f4f2c53ca0c7145f0e7d5eaeda5 (patch) | |
| tree | b029334c05505d2219c28f290a3a602d6fd985ac /app/views/compliance_control_sets | |
| parent | af709926b6fac4fce22345a34fdf57de5b4d6cbf (diff) | |
| download | chouette-core-0bb71d8146126f4f2c53ca0c7145f0e7d5eaeda5.tar.bz2 | |
Refs #5196 Fix display of Add buttons (CC & CCB)
Diffstat (limited to 'app/views/compliance_control_sets')
| -rw-r--r-- | app/views/compliance_control_sets/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/compliance_control_sets/show.html.slim b/app/views/compliance_control_sets/show.html.slim index 2291eda06..e6416fda4 100644 --- a/app/views/compliance_control_sets/show.html.slim +++ b/app/views/compliance_control_sets/show.html.slim @@ -104,4 +104,4 @@                  cls: 'table has-filter has-search',                  model: ComplianceControl -    = flotted_links @compliance_control_set.id +  = flotted_links @compliance_control_set.id | 
