diff options
| author | Zog | 2017-12-27 15:19:54 +0100 | 
|---|---|---|
| committer | Zog | 2017-12-28 09:38:15 +0100 | 
| commit | 77485057dc0169798a3fdee6f6b646a1b92bfb8c (patch) | |
| tree | 9ddc301ee4eaf09982843c022353c5e631e961a9 /app/views/vehicle_journeys | |
| parent | fee41e6002c1a3c6273225befb7be2f06b6b63f9 (diff) | |
| download | chouette-core-77485057dc0169798a3fdee6f6b646a1b92bfb8c.tar.bz2 | |
Refs #5426; Refactor sticky actions
Diffstat (limited to 'app/views/vehicle_journeys')
| -rw-r--r-- | app/views/vehicle_journeys/index.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/vehicle_journeys/index.html.slim b/app/views/vehicle_journeys/index.html.slim index 595646808..ebcac8197 100644 --- a/app/views/vehicle_journeys/index.html.slim +++ b/app/views/vehicle_journeys/index.html.slim @@ -4,7 +4,7 @@    - content_for :page_header_content do      .row.mb-sm       .col-lg-12.text-right -       = link_to(t('routes.actions.opposite_route_timetable'), [@referential, @route.line, @route.opposite_route, :vehicle_journeys], class: 'btn btn-primary') +       = link_to(t('routes.actions.opposite_route_timetable'), [@referential, @route.line, @route.opposite_route, :vehicle_journeys], class: 'btn btn-primary sticky-action')  .page_content  | 
