zachinglis / crummy

Tasty breadcrumbs! Crummy is a simple and tasty way to add breadcrumbs to your Rails applications.
http://zachinglis.com
MIT License
358 stars 82 forks source link

Fix duplicate breadcrumbs #49

Closed GUI closed 11 years ago

GUI commented 11 years ago

In the event the first breadcrumb's name wasn't linked, that breadcrumb's name object was mutated into the full breadcrumb result. On subsequent render calls, duplicate breadcrumbs would appear since the first item's name now contained the full breadcrumb result.

This should fix #45

andrew commented 11 years ago

Thanks!

andrew commented 11 years ago

I've published this fix as part of v1.8.0 now: https://github.com/zachinglis/crummy/releases/tag/v1.8.0

Thanks again