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

Render more HTML inside the HTML list links (e.g. dropdown lists) #47

Closed Rendez closed 11 years ago

Rendez commented 11 years ago

Hi:

Using bootstrap I've come up with a breadcrumb which contains dropdown lists at the same time. So with the current implementation I'm not sure it's possible to indicate what content goes inside the <a> link, aside from plain text. It would be neat to be able to indicate a template (view) partial.

If this is not already integrated. Is this something easy to achieve?

Cheers!

andrew commented 11 years ago

It should be possible, would you be up for trying to implement it and sending a pull request?

Rendez commented 11 years ago

Sorry I've been out of this issue for too long. I'm sure I can look into it at some point ;)

andrew commented 11 years ago

You can now put raw html into breadcrumbs in v1.8.0, which should solve this issue, closing for now.