aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referential_lines
diff options
context:
space:
mode:
authorcedricnjanga2017-09-13 15:39:34 +0200
committercedricnjanga2017-09-13 15:39:50 +0200
commit4804a4886c5267c1be1c367caaf35c17c681d179 (patch)
tree5e89dd1143e393cc99f2c9ffcc0e346f6c1e5120 /app/views/referential_lines
parent2c8bf4bec7229241aee1fb8f304cf080fc403fb7 (diff)
downloadchouette-core-4804a4886c5267c1be1c367caaf35c17c681d179.tar.bz2
Apply object id changes to views
Diffstat (limited to 'app/views/referential_lines')
-rw-r--r--app/views/referential_lines/show.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim
index cbce7a7d5..6e59d83b3 100644
--- a/app/views/referential_lines/show.html.slim
+++ b/app/views/referential_lines/show.html.slim
@@ -46,7 +46,7 @@
[ \
TableBuilderHelper::Column.new( \
name: 'ID', \
- attribute: Proc.new { |n| n.objectid.local_id }, \
+ attribute: Proc.new { |n| n.objectid.short_id }, \
sortable: false \
), \
TableBuilderHelper::Column.new( \