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

Let class option can be passed by link_html_options #65

Closed bananaappletw closed 3 years ago

bananaappletw commented 7 years ago

This patch fix the following problem. add_crumb 'home','/', link_html_options: {class: "custom"} class="custom" won't appear in a element.

bananaappletw commented 7 years ago

@zachinglis @andrew Since there is a strange error for rails 3.2. I remove it and add rails 5.0 test.