diff options
| author | Xinhui | 2017-11-24 13:01:00 +0100 |
|---|---|---|
| committer | Xinhui | 2017-11-28 12:23:35 +0100 |
| commit | 529399a52ed3f19a78cf843c22ead0202c813820 (patch) | |
| tree | f3606dd3ed76d29a3094b4aad7f86c155be9e3a4 /app/views/stop_areas/show.html.slim | |
| parent | dbe89b80c55f87e5423030370416be97097c8caa (diff) | |
| download | chouette-core-529399a52ed3f19a78cf843c22ead0202c813820.tar.bz2 | |
Refactoring pageheader
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| |
