aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpl2016-12-13 11:26:40 +0100
committerjpl2016-12-13 11:26:40 +0100
commitcce91fc058275ec8f7f504aed4180f5b64abc9f3 (patch)
tree1dff66f9a93af53474bce739f3a6a71972d3032f
parentf3b915d7c19f9457fb4bda6559efaebd6f75ca86 (diff)
downloadchouette-core-cce91fc058275ec8f7f504aed4180f5b64abc9f3.tar.bz2
Refs #2203: update link to edit missions, tmp because waiting for ux
-rw-r--r--app/views/routes/show.html.slim2
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