-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespaced breadcrumbs #48
Labels
Comments
+1 |
I would also like to see this implemented. I have the same problem. |
Hi @BrokenChair, you are correct - currently you would need to namespace the breadcrumb names yourself. The ability to have separate breadcrumb files is for organizational purposes only. I'm labelling this as |
|
+1 |
Issue was moved to the new repository: link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have a site with 2 distinct areas, (public and admin). Both areas can access the same model, for example Posts. So, I created 2 breadcrumb files, public.rb and admin.rb. When rendering in the admin section, I only want the admin.rb breadcrumbs to be loaded.
Since both sections have a :new_post crumb, the pathing doesn't work as expected. Is this possible, or do I have to give namespaced names to each crumb, such as :new_admin_post?
The text was updated successfully, but these errors were encountered: