aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/stop_areas
diff options
context:
space:
mode:
authorMichel Etienne2014-09-22 12:00:18 +0200
committerMichel Etienne2014-09-22 12:00:18 +0200
commita724576b6551e1c00a2c82dd317a87128f137ddf (patch)
tree99ee0971703940f2455ec651b5c4185b124c0ec0 /app/views/stop_areas
parent3e9fdfe3d0137eefba50b63800e30a6f15cd4cf4 (diff)
downloadchouette-core-a724576b6551e1c00a2c82dd317a87128f137ddf.tar.bz2
remove info already shown in breadcrumbs
Diffstat (limited to 'app/views/stop_areas')
-rw-r--r--app/views/stop_areas/show.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/stop_areas/show.html.erb b/app/views/stop_areas/show.html.erb
index 6659b703f..3cef99be8 100644
--- a/app/views/stop_areas/show.html.erb
+++ b/app/views/stop_areas/show.html.erb
@@ -6,10 +6,6 @@
<% end %>
<div class="summary">
<p>
- <label><%= @stop_area.human_attribute_name("name") %>: </label>
- <%= @stop_area.name %>
- </p>
- <p>
<label><%= @stop_area.human_attribute_name("comment") %>: </label>
<%= @stop_area.comment %>
</p>