diff options
| author | Marc Florisson | 2012-05-10 17:01:59 +0200 |
|---|---|---|
| committer | Marc Florisson | 2012-05-10 17:01:59 +0200 |
| commit | 7d9eae12af5fbc0e25d7425a8ab5e6e07d7d853f (patch) | |
| tree | bf5000bfd7a7a2b53cf40c45edcd2b21b50afece /app/views | |
| parent | 1ee150f801b4b2050f08322313965b9d5fe77708 (diff) | |
| download | chouette-core-7d9eae12af5fbc0e25d7425a8ab5e6e07d7d853f.tar.bz2 | |
fix route show: 2nd attempt
Diffstat (limited to 'app/views')
| -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 %> |
