diff options
Diffstat (limited to 'app/views/routes/_route.html.erb')
| -rw-r--r-- | app/views/routes/_route.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/routes/_route.html.erb b/app/views/routes/_route.html.erb index 4ec720e5d..e99f418b1 100644 --- a/app/views/routes/_route.html.erb +++ b/app/views/routes/_route.html.erb @@ -12,7 +12,6 @@ <% end %> <%= route.human_attribute_name('wayback_code') %> <%= (route.wayback=="A") ? t('route.wayback.positive') : t('wayback.negative') %> <div class="actions"> - <%= link_to t("routes.actions.edit"), edit_referential_line_route_path(@referential, @line, route), :class => "edit" %> | <%= link_to t("vehicle_journeys.actions.index"), referential_line_route_vehicle_journeys_path(@referential, @line, route), :class => "link" %> </div> </div> |
