diff options
| author | Xinhui | 2017-10-25 11:46:21 +0200 |
|---|---|---|
| committer | Xinhui | 2017-10-25 11:46:21 +0200 |
| commit | 1237184240df2fedf232a80bfcf7edc818eb3c5e (patch) | |
| tree | 7557436479de76b59571233c40a52f7c3a0226e1 /app/views | |
| parent | 2242858aa56a818f936a905b5b9e5f90926b725c (diff) | |
| download | chouette-core-1237184240df2fedf232a80bfcf7edc818eb3c5e.tar.bz2 | |
Breadcrumb for stop_areas - referential_companies
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/referential_companies/index.html.slim | 1 | ||||
| -rw-r--r-- | app/views/referential_companies/new.html.slim | 3 | ||||
| -rw-r--r-- | app/views/referential_companies/show.html.slim | 1 | ||||
| -rw-r--r-- | app/views/stop_areas/edit.html.slim | 3 | ||||
| -rw-r--r-- | app/views/stop_areas/index.html.slim | 1 | ||||
| -rw-r--r-- | app/views/stop_areas/new.html.slim | 3 | ||||
| -rw-r--r-- | app/views/stop_areas/show.html.slim | 1 |
7 files changed, 10 insertions, 3 deletions
diff --git a/app/views/referential_companies/index.html.slim b/app/views/referential_companies/index.html.slim index e5b7ce24a..9f5cd5d62 100644 --- a/app/views/referential_companies/index.html.slim +++ b/app/views/referential_companies/index.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :referential_companies, @referential / PageHeader = pageheader 'transporteur', t('companies.index.title'), diff --git a/app/views/referential_companies/new.html.slim b/app/views/referential_companies/new.html.slim index 1acb1786f..1c7fc7297 100644 --- a/app/views/referential_companies/new.html.slim +++ b/app/views/referential_companies/new.html.slim @@ -1,2 +1,3 @@ +- breadcrumb :referential_companies, @referential = title_tag t('companies.new.title') -= render 'form'
\ No newline at end of file += render 'form' diff --git a/app/views/referential_companies/show.html.slim b/app/views/referential_companies/show.html.slim index 1d71c778a..0dbc3cdd0 100644 --- a/app/views/referential_companies/show.html.slim +++ b/app/views/referential_companies/show.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :referential_company, @referential, @company / PageHeader = pageheader 'transporteur', @company.name, diff --git a/app/views/stop_areas/edit.html.slim b/app/views/stop_areas/edit.html.slim index 170b6bd20..8005f5a08 100644 --- a/app/views/stop_areas/edit.html.slim +++ b/app/views/stop_areas/edit.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :stop_area, @stop_area_referential, @stop_area = title_tag t('stop_areas.edit.title', stop_area: @stop_area.name ) -== render 'form'
\ No newline at end of file +== render 'form' diff --git a/app/views/stop_areas/index.html.slim b/app/views/stop_areas/index.html.slim index 95b9b1b0e..4e880f7a3 100644 --- a/app/views/stop_areas/index.html.slim +++ b/app/views/stop_areas/index.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :stop_areas, @stop_area_referential / PageHeader = pageheader 'arret', t('stop_areas.index.title'), diff --git a/app/views/stop_areas/new.html.slim b/app/views/stop_areas/new.html.slim index bdbd97571..e0c5b7a61 100644 --- a/app/views/stop_areas/new.html.slim +++ b/app/views/stop_areas/new.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :stop_areas, @stop_area_referential = title_tag t('stop_areas.new.title') -== render 'form'
\ No newline at end of file +== render 'form' diff --git a/app/views/stop_areas/show.html.slim b/app/views/stop_areas/show.html.slim index dce5bdbad..bc9cc2ac0 100644 --- a/app/views/stop_areas/show.html.slim +++ b/app/views/stop_areas/show.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :stop_area, @stop_area_referential, @stop_area / PageHeader = pageheader 'arret', @stop_area.name, |
