aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns
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/journey_patterns
parent2b03189c1b48eb95f71aaf3e16e38baa3fb1b919 (diff)
downloadchouette-core-2d4712f8a30a379b597540aafe3dadeecba2cdf6.tar.bz2
remove objectids on show
Diffstat (limited to 'app/views/journey_patterns')
-rw-r--r--app/views/journey_patterns/show.html.erb4
1 files changed, 0 insertions, 4 deletions
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>