diff options
Diffstat (limited to 'app/views/stop_areas/show.html.slim')
| -rw-r--r-- | app/views/stop_areas/show.html.slim | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/app/views/stop_areas/show.html.slim b/app/views/stop_areas/show.html.slim index 7f7c2e07f..af673bb25 100644 --- a/app/views/stop_areas/show.html.slim +++ b/app/views/stop_areas/show.html.slim @@ -1,9 +1,6 @@  - breadcrumb :stop_area, @stop_area_referential, @stop_area -/ PageHeader -= pageheader 'arret', -             @stop_area.name, -             'Lorem ipsum dolor sit amet' - +- page_header_content_for @stop_area +- content_for :page_header_content do    .row      .col-lg-12.text-right.mb-sm        - @stop_area.action_links.each do |link|  | 
