diff options
| author | Robert | 2017-12-06 18:48:14 +0100 | 
|---|---|---|
| committer | Robert | 2017-12-11 10:18:36 +0100 | 
| commit | 00a208fcab9686c656ba731f039f1321ebc2401c (patch) | |
| tree | 3c444acb869447be491e8a589a7b73953de08d6f /app/views/compliance_control_sets | |
| parent | 9ab9c3e09556cd68e459b090f59b8298d75cc9ec (diff) | |
| download | chouette-core-00a208fcab9686c656ba731f039f1321ebc2401c.tar.bz2 | |
Fixes: #5197@0.15h; Red Green Cycle to test the specs and the implementation
  - Removed functionality --> Red
  - Refactored and added functionality --> Green
Diffstat (limited to 'app/views/compliance_control_sets')
| -rw-r--r-- | app/views/compliance_control_sets/show.html.slim | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/app/views/compliance_control_sets/show.html.slim b/app/views/compliance_control_sets/show.html.slim index 4385505b0..9cbf8acdf 100644 --- a/app/views/compliance_control_sets/show.html.slim +++ b/app/views/compliance_control_sets/show.html.slim @@ -46,5 +46,4 @@        .col-lg-12          = replacement_msg t('compliance_controls.search_no_results') -  / flotted buttons -  = flotted_links @compliance_control_set.id +  = floated_links @compliance_control_set.id | 
