aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorXinhui2018-01-04 12:27:57 +0100
committerXinhui2018-01-04 12:27:57 +0100
commit7ecfdc84155deab52c2747dc5681d706d7ede821 (patch)
tree150cd168101484ed2c61a5d1750c7a33e48fe6f9 /app
parent0285fa5a76a88e613d24c4a93aaf0005b1224d7b (diff)
downloadchouette-core-7ecfdc84155deab52c2747dc5681d706d7ede821.tar.bz2
Display checksum for routes
Refs #5460
Diffstat (limited to 'app')
-rw-r--r--app/views/routes/show.html.slim3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/routes/show.html.slim b/app/views/routes/show.html.slim
index 2b4ebf159..644f79022 100644
--- a/app/views/routes/show.html.slim
+++ b/app/views/routes/show.html.slim
@@ -22,7 +22,8 @@
{ t('objectid') => @route.get_objectid.short_id,
t('activerecord.attributes.route.published_name') => (@route.published_name ? @route.published_name : '-'),
@route.human_attribute_name(:wayback) => (@route.wayback ? @route.wayback_text : '-' ),
- @route.human_attribute_name(:opposite_route) => (@route.opposite_route ? @route.opposite_route.name : '-') }
+ @route.human_attribute_name(:opposite_route) => (@route.opposite_route ? @route.opposite_route.name : '-'),
+ @route.human_attribute_name(:checksum) => @route.checksum }
- if @route_sp.any?
.col-lg-6.col-md-6.col-sm-12.col-xs-12