diff options
| author | cedricnjanga | 2018-05-20 22:00:40 -0700 |
|---|---|---|
| committer | cedricnjanga | 2018-05-20 22:00:40 -0700 |
| commit | 098c8e0004136ca085fe119bba32e2b09898faa8 (patch) | |
| tree | 14f6ed107de13d3b381f3bd275c48b06485087ec /config | |
| parent | e9445068154d740fd6ec9f0308ec89dc5a4d2ccf (diff) | |
| download | chouette-core-098c8e0004136ca085fe119bba32e2b09898faa8.tar.bz2 | |
Refs #7088 Workgroup#edit & workbench#edit7088-workbench-workgroup-configure
Diffstat (limited to 'config')
| -rw-r--r-- | config/breadcrumbs.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/breadcrumbs.rb b/config/breadcrumbs.rb index cfe9b7543..af1dec3ae 100644 --- a/config/breadcrumbs.rb +++ b/config/breadcrumbs.rb @@ -6,6 +6,11 @@ crumb :workbench do |workbench| link workbench.name, workbench_path(workbench) end +crumb :workbench_configure do |workbench| + link I18n.t('workbenches.edit.title'), edit_workbench_path(workbench) + parent :workbench, workbench +end + crumb :workbench_output do |workbench| link I18n.t('workbench_outputs.show.title'), workbench_output_path(workbench) parent :workbench, mutual_workbench(workbench) |
