diff options
| author | Luc Donnet | 2017-12-19 23:32:05 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2017-12-19 23:32:05 +0100 | 
| commit | 2a496d69c8425a98f500e91facc18c303ae395c5 (patch) | |
| tree | 61e2658d80a5128ee59d1e7986c9c2dc4080aefe /app/views | |
| parent | 1c60dcca735efc72b9218353ac255a50aad4e74b (diff) | |
| download | chouette-core-2a496d69c8425a98f500e91facc18c303ae395c5.tar.bz2 | |
Fix i18n for compliance_check_sets
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/compliance_check_sets/index.html.slim | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/app/views/compliance_check_sets/index.html.slim b/app/views/compliance_check_sets/index.html.slim index f5d1bd777..f109845b4 100644 --- a/app/views/compliance_check_sets/index.html.slim +++ b/app/views/compliance_check_sets/index.html.slim @@ -12,7 +12,7 @@                [ \                  TableBuilderHelper::Column.new( \                    key: :ref, \ -                  attribute: 'compliance_check_set_id' \ +                  attribute: 'id' \                  ), \                  TableBuilderHelper::Column.new( \                    key: :creation_date, \ @@ -41,5 +41,3 @@        .row.mt-xs          .col-lg-12            = replacement_msg t('compliance_check_sets.search_no_results') - - | 
