diff options
| author | Michel Etienne | 2014-08-21 15:21:13 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2014-08-21 15:21:13 +0200 | 
| commit | 2d4712f8a30a379b597540aafe3dadeecba2cdf6 (patch) | |
| tree | fab5f9e56972485520ae5472505da9cf4ee109e9 /app | |
| parent | 2b03189c1b48eb95f71aaf3e16e38baa3fb1b919 (diff) | |
| download | chouette-core-2d4712f8a30a379b597540aafe3dadeecba2cdf6.tar.bz2 | |
remove objectids on show
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/access_links/show.html.erb | 8 | ||||
| -rw-r--r-- | app/views/connection_links/show.html.erb | 8 | ||||
| -rw-r--r-- | app/views/journey_patterns/show.html.erb | 4 | 
3 files changed, 0 insertions, 20 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> 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 @@ -21,10 +21,6 @@        <% end %>      </p>      <p> -      <label><%= @connection_link.human_attribute_name("name") %>: </label> -      <%= @connection_link.name %> -    </p> -    <p>        <label><%= @connection_link.human_attribute_name("connection_link_type") %>: </label>        <%= t("connection_link_types.label.#{@connection_link.connection_link_type}") %>      </p> @@ -75,10 +71,6 @@        <label><%= @connection_link.human_attribute_name("lift_availability") %>: </label>        <%= t((@connection_link.lift_availability == true).to_s) %>      </p> -    <p> -      <label><%= @connection_link.human_attribute_name("objectid") %>: </label> -      <%= @connection_link.objectid %> -    </p>    </div>  </div> 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 @@        <label><%= @journey_pattern.human_attribute_name(:comment) %>: </label>        <%= @journey_pattern.comment %>      </p> -    <p> -      <label><%= @journey_pattern.human_attribute_name("objectid") %>: </label> -      <%= @journey_pattern.objectid %> -    </p>    </div>  </div> | 
