diff options
| author | jpl | 2017-07-04 17:20:57 +0200 |
|---|---|---|
| committer | jpl | 2017-07-04 17:20:57 +0200 |
| commit | a4b4c84ea5a1ed8ec7b77c1aebd2ff8252897f63 (patch) | |
| tree | fa6c85ccc87d0f1e106f1d4132dc0297dd885892 | |
| parent | 758264a532f84b5820db56a698ccf7910de81107 (diff) | |
| download | chouette-core-a4b4c84ea5a1ed8ec7b77c1aebd2ff8252897f63.tar.bz2 | |
Refs #3961: updating wording (fixes)
| -rw-r--r-- | app/views/lines/index.html.slim | 2 | ||||
| -rw-r--r-- | app/views/referentials/show.html.slim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim index d7b6be5c8..d3ee46b8a 100644 --- a/app/views/lines/index.html.slim +++ b/app/views/lines/index.html.slim @@ -17,7 +17,7 @@ .row .col-lg-12 = table_builder @lines, - { 'Oid' => Proc.new { |n| n.objectid.local_id }, + { 'ID Codifligne' => Proc.new { |n| n.objectid.local_id }, :number => 'number', :name => 'name', :deactivated => Proc.new{|n| n.deactivated? ? t('false') : t('true')}, diff --git a/app/views/referentials/show.html.slim b/app/views/referentials/show.html.slim index 8308cf770..81cd0ebfd 100644 --- a/app/views/referentials/show.html.slim +++ b/app/views/referentials/show.html.slim @@ -39,7 +39,7 @@ .col-lg-12 / ID Codif, nom court, nom de la ligne, réseau, mode, transporteur principal, actions = [show, edit_notes] = table_builder @reflines, - { 'ID Codif' => Proc.new { |n| n.objectid.local_id }, + { 'ID Codifligne' => Proc.new { |n| n.objectid.local_id }, :number => 'number', :name => 'name', :deactivated => Proc.new{ |n| n.deactivated? ? t('false') : t('true') }, |
