diff options
| author | Xinhui | 2017-10-26 15:00:57 +0200 | 
|---|---|---|
| committer | Xinhui | 2017-10-26 15:00:57 +0200 | 
| commit | d68f820ee402cd94d9f5fd4405f49436c4847c4b (patch) | |
| tree | 34944defe9be4fada487e84cf05b056d5d0f866c | |
| parent | 0c8208345a1dd5413f589dbf8b34871481c3800c (diff) | |
| download | chouette-core-d68f820ee402cd94d9f5fd4405f49436c4847c4b.tar.bz2 | |
Fix workbench show breadcrumb4726-breadcrumb
| -rw-r--r-- | app/views/workbenches/show.html.slim | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/app/views/workbenches/show.html.slim b/app/views/workbenches/show.html.slim index 7834e4c53..66eedb68d 100644 --- a/app/views/workbenches/show.html.slim +++ b/app/views/workbenches/show.html.slim @@ -1,11 +1,9 @@ +- breadcrumb @workbench  / PageHeader  = pageheader 'jeux-de-donnees',               t('referentials.index.title'),               '',               '' do - -- breadcrumb @workbench -    / Below is secundary actions & optional contents (filters, ...)    .row.mb-sm      .col-lg-12.text-right | 
