aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/lines/index.html.slim
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/lines/index.html.slim')
-rw-r--r--app/views/lines/index.html.slim4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim
index 0cb7ab493..911c95e0c 100644
--- a/app/views/lines/index.html.slim
+++ b/app/views/lines/index.html.slim
@@ -20,8 +20,8 @@
= table_builder_2 @lines,
[ \
TableBuilderHelper::Column.new( \
- name: 'ID Codifligne', \
- attribute: Proc.new { |n| n.get_objectid.local_id }, \
+ name: t('id_codif'), \
+ attribute: Proc.new { |n| n.get_objectid.short_id }, \
sortable: false \
), \
TableBuilderHelper::Column.new( \