aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorZog2018-05-28 13:01:53 +0200
committerZog2018-05-28 13:01:53 +0200
commit6b4fed48e666ba06975756f8723a51c7b80f6c43 (patch)
treefe80b09f5345012600b3a4ee2daf41857278901b /config
parentf8df5fedc7f440d6dda5bfad6d9703a3a586ee38 (diff)
downloadchouette-core-6b4fed48e666ba06975756f8723a51c7b80f6c43.tar.bz2
Refs #6965; Fix specs6955-translations
Diffstat (limited to 'config')
-rw-r--r--config/breadcrumbs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/breadcrumbs.rb b/config/breadcrumbs.rb
index d48ea7e50..5a16853f8 100644
--- a/config/breadcrumbs.rb
+++ b/config/breadcrumbs.rb
@@ -3,7 +3,7 @@ crumb :root do
end
crumb :workbench do |workbench|
- link I18n.t('workbenches.index.offers.title'), workbench_path(workbench)
+ link workbench.name, workbench_path(workbench)
end
crumb :workbench_output do |workbench|