diff options
| author | Xinhui | 2018-01-04 12:35:17 +0100 |
|---|---|---|
| committer | Xinhui | 2018-01-04 12:35:17 +0100 |
| commit | 346fa48d81aa9696bf2c3c8341d4d41c216889a7 (patch) | |
| tree | 867718a193c185badb6e9f3c4e1c3f54c9c36e64 /app | |
| parent | 6b42ecc9bced0f7c8ca7f9b81ad0c09e1f926b44 (diff) | |
| download | chouette-core-346fa48d81aa9696bf2c3c8341d4d41c216889a7.tar.bz2 | |
Display checksum for routing contraint zones -m Refs
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/routing_constraint_zones/show.html.slim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/routing_constraint_zones/show.html.slim b/app/views/routing_constraint_zones/show.html.slim index 6235ade68..3d1988545 100644 --- a/app/views/routing_constraint_zones/show.html.slim +++ b/app/views/routing_constraint_zones/show.html.slim @@ -17,7 +17,8 @@ = definition_list t('metadatas'), { @routing_constraint_zone.human_attribute_name(:name) => @routing_constraint_zone.try(:name), @routing_constraint_zone.human_attribute_name(:route) => link_to(@routing_constraint_zone.try(:route_name), [@referential, @line, @routing_constraint_zone.route]), - @routing_constraint_zone.human_attribute_name(:line) => link_to(@line.name, [@referential, @line])} + @routing_constraint_zone.human_attribute_name(:line) => link_to(@line.name, [@referential, @line]), + @routing_constraint_zone.human_attribute_name(:checksum) => @routing_constraint_zone.checksum} .row .col-lg-12 |
