diff options
| author | Guillaume | 2017-10-04 10:46:26 +0200 |
|---|---|---|
| committer | Guillaume | 2017-10-04 10:46:43 +0200 |
| commit | 11dad45ee79f4a662db892fa5cb74010303d838e (patch) | |
| tree | ace8d34eade5905ae0d7da23133a58b47a0ca7bd /app | |
| parent | 35f35bab668e2ae23a490df799ee2cbc7cd651d4 (diff) | |
| download | chouette-core-11dad45ee79f4a662db892fa5cb74010303d838e.tar.bz2 | |
temporarily decorate @compliance_control_set for table builder links Refs #4663
Diffstat (limited to 'app')
| -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 54f95bb34..9a23a679c 100644 --- a/app/views/compliance_control_sets/show.html.slim +++ b/app/views/compliance_control_sets/show.html.slim @@ -70,7 +70,7 @@ .row .col-lg-12 .select_table - = table_builder_2 block.compliance_controls, + = table_builder_2 ModelDecorator.decorate(block.compliance_controls, with: ComplianceControlDecorator), [ \ TableBuilderHelper::Column.new( \ key: :code, \ |
