aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMarc Florisson2014-09-19 14:19:40 +0200
committerMarc Florisson2014-09-19 14:19:40 +0200
commite07b540b2f19e5d89ec481ca478f175bc20e0e44 (patch)
treea7435479d4c469a80267dbba1f27b388784e6030 /app
parent0a452ab935114bde5af8839dd36a60a959e32325 (diff)
downloadchouette-core-e07b540b2f19e5d89ec481ca478f175bc20e0e44.tar.bz2
remove old bredcrumbs
Diffstat (limited to 'app')
-rw-r--r--app/views/vehicle_journeys/index.html.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/vehicle_journeys/index.html.erb b/app/views/vehicle_journeys/index.html.erb
index 0f643b3ea..d045d4239 100644
--- a/app/views/vehicle_journeys/index.html.erb
+++ b/app/views/vehicle_journeys/index.html.erb
@@ -1,8 +1,3 @@
-<ol class="breadcrumb">
- <li><%= link_to line_formatted_name( @line), [@referential, @line] %></li>
- <li><%= link_to @route.name, [@referential, @line, @route] %></li>
-</ol>
-
<%= title_tag t('vehicle_journeys.index.title', :route => @route.name ) %>
<%= search_form_for @q, :url => referential_line_route_vehicle_journeys_path(@referential,@line,@route), remote: true, :html => {:method => :get, class: "form-inline", :id => "search", role: "form"} do |f| %>