aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/access_links
diff options
context:
space:
mode:
authorMichel Etienne2014-08-21 15:21:13 +0200
committerMichel Etienne2014-08-21 15:21:13 +0200
commit2d4712f8a30a379b597540aafe3dadeecba2cdf6 (patch)
treefab5f9e56972485520ae5472505da9cf4ee109e9 /app/views/access_links
parent2b03189c1b48eb95f71aaf3e16e38baa3fb1b919 (diff)
downloadchouette-core-2d4712f8a30a379b597540aafe3dadeecba2cdf6.tar.bz2
remove objectids on show
Diffstat (limited to 'app/views/access_links')
-rw-r--r--app/views/access_links/show.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/access_links/show.html.erb b/app/views/access_links/show.html.erb
index a318a84c6..f7b870fd8 100644
--- a/app/views/access_links/show.html.erb
+++ b/app/views/access_links/show.html.erb
@@ -13,10 +13,6 @@
<%= link_to @access_link.stop_area.name, [@referential, @access_link.stop_area] %>
</p>
<p>
- <label><%= @access_link.human_attribute_name("name") %>: </label>
- <%= @access_link.name %>
- </p>
- <p>
<label><%= @access_link.human_attribute_name("access_link_type") %>: </label>
<%= t("connection_link_types.label.#{@access_link.access_link_type}") %>
</p>
@@ -67,10 +63,6 @@
<label><%= @access_link.human_attribute_name("lift_availability") %>: </label>
<%= t((@access_link.lift_availability == true).to_s) %>
</p>
- <p>
- <label><%= @access_link.human_attribute_name("objectid") %>: </label>
- <%= @access_link.objectid %>
- </p>
</div>
</div>