aboutsummaryrefslogtreecommitdiffstats
path: root/config/breadcrumbs.rb
diff options
context:
space:
mode:
authorcedricnjanga2018-05-14 17:41:39 -0700
committerJohan Van Ryseghem2018-05-28 14:36:14 +0200
commit4192ed6722845fd5042bc805d784bce4cef1667b (patch)
tree60dab36607a2767d8a1e07679be68a8378fc4e2c /config/breadcrumbs.rb
parent20a9124dfa1a7e42dbf01e0d7357003f488418cb (diff)
downloadchouette-core-4192ed6722845fd5042bc805d784bce4cef1667b.tar.bz2
Refs #6955 Add new translation + custom delete confirmation modal
Diffstat (limited to 'config/breadcrumbs.rb')
-rw-r--r--config/breadcrumbs.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/breadcrumbs.rb b/config/breadcrumbs.rb
index af1dec3ae..59ebbd898 100644
--- a/config/breadcrumbs.rb
+++ b/config/breadcrumbs.rb
@@ -3,7 +3,7 @@ crumb :root do
end
crumb :workbench do |workbench|
- link workbench.name, workbench_path(workbench)
+ link I18n.t('workbenches.index.offers.title'), workbench_path(workbench)
end
crumb :workbench_configure do |workbench|
@@ -175,7 +175,6 @@ end
crumb :stop_areas do |stop_area_referential|
link I18n.t('stop_areas.index.title'), stop_area_referential_stop_areas_path(stop_area_referential)
- parent :stop_area_referential, stop_area_referential
end
crumb :stop_area do |stop_area_referential, stop_area|