We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18912f8 + 69be6fb commit a2cf78dCopy full SHA for a2cf78d
lib/active_admin/view_helpers/breadcrumb_helper.rb
@@ -20,7 +20,7 @@ def breadcrumb_links(path = nil)
20
end
21
name = part.titlecase if name == ""
22
begin
23
- crumbs << link_to( I18n.translate!("activerecord.models.#{part.singularize}"), "/" + parts[0..index].join('/'))
+ crumbs << link_to( I18n.translate!("activerecord.models.#{part.singularize}", :count => 2), "/" + parts[0..index].join('/'))
24
rescue I18n::MissingTranslationData
25
crumbs << link_to( name, "/" + parts[0..index].join('/'))
26
0 commit comments