From 2d4712f8a30a379b597540aafe3dadeecba2cdf6 Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Thu, 21 Aug 2014 15:21:13 +0200 Subject: remove objectids on show --- app/views/access_links/show.html.erb | 8 -------- app/views/connection_links/show.html.erb | 8 -------- app/views/journey_patterns/show.html.erb | 4 ---- 3 files changed, 20 deletions(-) (limited to 'app') 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 @@ -12,10 +12,6 @@ <%= link_to @access_link.stop_area.name, [@referential, @access_link.stop_area] %>

-

- - <%= @access_link.name %> -

<%= t("connection_link_types.label.#{@access_link.access_link_type}") %> @@ -67,10 +63,6 @@ <%= t((@access_link.lift_availability == true).to_s) %>

-

- - <%= @access_link.objectid %> -

diff --git a/app/views/connection_links/show.html.erb b/app/views/connection_links/show.html.erb index a41112621..f11c05152 100644 --- a/app/views/connection_links/show.html.erb +++ b/app/views/connection_links/show.html.erb @@ -20,10 +20,6 @@ <%= @connection_link.human_attribute_name("undefined") %> <% end %>

-

- - <%= @connection_link.name %> -

<%= t("connection_link_types.label.#{@connection_link.connection_link_type}") %> @@ -75,10 +71,6 @@ <%= t((@connection_link.lift_availability == true).to_s) %>

-

- - <%= @connection_link.objectid %> -

diff --git a/app/views/journey_patterns/show.html.erb b/app/views/journey_patterns/show.html.erb index 2ea427380..cb0b75acc 100644 --- a/app/views/journey_patterns/show.html.erb +++ b/app/views/journey_patterns/show.html.erb @@ -28,10 +28,6 @@ <%= @journey_pattern.comment %>

-

- - <%= @journey_pattern.objectid %> -

-- cgit v1.2.3