aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/lines/index.html.slim2
-rw-r--r--app/views/referentials/show.html.slim2
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') },