diff options
| author | Xinhui | 2017-10-19 15:43:12 +0200 |
|---|---|---|
| committer | Xinhui | 2017-10-19 15:43:12 +0200 |
| commit | b8d2fbcc18ad624653ac3d12ce650303b1c10c52 (patch) | |
| tree | 7cc0ec88b5b9a3c83ce8c2ed44596763c40afac1 | |
| parent | 1ad159bffffc1116b27f4eb39f1631cf5f791d5a (diff) | |
| download | chouette-core-b8d2fbcc18ad624653ac3d12ce650303b1c10c52.tar.bz2 | |
Fix missing breadcrumb for edit - new actions
| -rw-r--r-- | app/views/imports/new.html.slim | 1 | ||||
| -rw-r--r-- | app/views/time_tables/edit.html.slim | 1 | ||||
| -rw-r--r-- | app/views/time_tables/new.html.slim | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/app/views/imports/new.html.slim b/app/views/imports/new.html.slim index 5d5df0857..b74d8eaf2 100644 --- a/app/views/imports/new.html.slim +++ b/app/views/imports/new.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :imports, @workbench / PageHeader = pageheader 'importer', t('.title') diff --git a/app/views/time_tables/edit.html.slim b/app/views/time_tables/edit.html.slim index bf7573c71..a1ebb2c72 100644 --- a/app/views/time_tables/edit.html.slim +++ b/app/views/time_tables/edit.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :time_table, @referential, @time_table / PageHeader = pageheader 'calendrier-application', @time_table.comment, diff --git a/app/views/time_tables/new.html.slim b/app/views/time_tables/new.html.slim index 8a6930b9c..c8c2658ba 100644 --- a/app/views/time_tables/new.html.slim +++ b/app/views/time_tables/new.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :time_tables, @referential / PageHeader = pageheader 'calendrier-application', t("time_tables.#{params[:action]}.title"), |
