prymitive / bootstrap-breadcrumbs

Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template
django-bootstrap-breadcrumbs.readthedocs.org
MIT License
93 stars 48 forks source link

Update bootstrap4.html #47

Closed ozeranskii closed 6 years ago

ozeranskii commented 6 years ago

Update template breadcrumbs for bootstrap 4 (https://getbootstrap.com/docs/4.0/components/breadcrumb/)

prymitive commented 6 years ago

Thanks, do you mind fixing tests so I can merge this? test_render_bs4 test_render_empty_url_bs4

prymitive commented 6 years ago

Squashed commits and updated tests, they should be passing now. Can you double check that it still works for you?

prymitive commented 6 years ago

@ozeranskiy are you happy with my update here?

ozeranskii commented 6 years ago

@prymitive yes, tnx

prymitive commented 6 years ago

I've just released 0.9.1 with this change

ozeranskii commented 6 years ago

@prymitive nice)