diff options
Diffstat (limited to 'app/views/routes/show.html.erb')
| -rw-r--r-- | app/views/routes/show.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/routes/show.html.erb b/app/views/routes/show.html.erb index f503d83aa..c933d3c11 100644 --- a/app/views/routes/show.html.erb +++ b/app/views/routes/show.html.erb @@ -76,7 +76,6 @@ <li><%= link_to t('routes.actions.edit'), edit_referential_line_route_path(@referential, @line, @route), :class => "edit" %></li> <li><%= link_to t('routes.actions.destroy'), referential_line_route_path(@referential, @line, @route), :method => :delete, :confirm => t('routes.actions.destroy_confirm'), :class => "remove" %></li> <li> - <%=# link_to t('stop_points.actions.index'), referential_line_route_stop_points_path(@referential, @line, @route), :class => "link" %> </li> </ul> <% end %> |
