diff options
| author | jpl | 2016-12-13 11:26:40 +0100 |
|---|---|---|
| committer | jpl | 2016-12-13 11:26:40 +0100 |
| commit | cce91fc058275ec8f7f504aed4180f5b64abc9f3 (patch) | |
| tree | 1dff66f9a93af53474bce739f3a6a71972d3032f | |
| parent | f3b915d7c19f9457fb4bda6559efaebd6f75ca86 (diff) | |
| download | chouette-core-cce91fc058275ec8f7f504aed4180f5b64abc9f3.tar.bz2 | |
Refs #2203: update link to edit missions, tmp because waiting for ux
| -rw-r--r-- | app/views/routes/show.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/routes/show.html.slim b/app/views/routes/show.html.slim index 6539b6765..18a316210 100644 --- a/app/views/routes/show.html.slim +++ b/app/views/routes/show.html.slim @@ -87,7 +87,7 @@ p.after_map / li = link_to t('routes.actions.edit_boarding_alighting'), edit_boarding_alighting_referential_line_route_path(@referential, @line, @route), class: 'edit' - if @route.journey_patterns.size > 0 - li = link_to t('journey_patterns.actions.edit_journey_patterns_collection'), [@referential, @line, @route, :journey_patterns_collection] + li = link_to t('journey_patterns.actions.edit_journey_patterns_collection'), [@referential, @line, @route, :journey_patterns_collection], class: 'edit' li = link_to t('vehicle_journeys.actions.index'), [@referential, @line, @route, :vehicle_journeys], class: 'clock' / ul.actions |
