We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
When using the HTML helper it does the breadcrumbs wrong. Instead of ol its does ul. Also the classes in the li are wrong.
This is what it should be in Bootstrap 4: http://getbootstrap.com/components/#breadcrumbs
And i do indeed use the bootstrap 4 variant of the plugin. `
The text was updated successfully, but these errors were encountered:
Hi,
The v4 branch is currently outdated, I was waiting for a more stable release of bootstrap 4 to refactor it.
Note that the getBreadcrumbs method is deprecated for a more generic BreadcrumbsHelper in CakePHP.
getBreadcrumbs
BreadcrumbsHelper
I will try to update the v4 branch once I've finished cleaning the documentation of the current branch.
Sorry, something went wrong.
Alright, thanks!
I am closing this in favor of a more generic issue #153, feel free to comment there if you have any feedback!
No branches or pull requests
Hi!
When using the HTML helper it does the breadcrumbs wrong. Instead of ol its does ul. Also the classes in the li are wrong.
This is what it should be in Bootstrap 4: http://getbootstrap.com/components/#breadcrumbs
And i do indeed use the bootstrap 4 variant of the plugin. `
The text was updated successfully, but these errors were encountered: