diff options
| author | Xinhui | 2017-11-03 11:19:19 +0100 |
|---|---|---|
| committer | Xinhui | 2017-11-03 12:27:05 +0100 |
| commit | 35f62ffb9e4192ae007ec133637d18bc28a134ff (patch) | |
| tree | 92ae62bfc3fb1384d96320a9fd72e1f6050d6f41 /app/views/dashboards | |
| parent | fb968eb1a31dab07b8b3263cf15d65c1a5c83298 (diff) | |
| download | chouette-core-35f62ffb9e4192ae007ec133637d18bc28a134ff.tar.bz2 | |
Showing root breadcrumb on root_path
Refs #4820
Diffstat (limited to 'app/views/dashboards')
| -rw-r--r-- | app/views/dashboards/show.html.slim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/dashboards/show.html.slim b/app/views/dashboards/show.html.slim index 66154712d..e86af55a6 100644 --- a/app/views/dashboards/show.html.slim +++ b/app/views/dashboards/show.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :root / PageHeader = pageheader 'tableau-de-bord', t('.title', organisation: current_organisation.name) |
