aboutsummaryrefslogtreecommitdiffstats
path: root/config/breadcrumbs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/breadcrumbs.rb')
-rw-r--r--config/breadcrumbs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/breadcrumbs.rb b/config/breadcrumbs.rb
index 59ebbd898..28a117d52 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_configure do |workbench|