Closed mpartel closed 11 years ago
Skips the <a> around an element if the element's path is nil. The second commit makes the second parameter of add_breadcrumb optional.
<a>
add_breadcrumb
Would handle issue #6.
+1 , works great!
This has been merged into a forked repo here: https://github.com/revans/breadcrumbs_on_rails/pull/1
Great patch, merged!
Skips the
<a>
around an element if the element's path is nil. The second commit makes the second parameter ofadd_breadcrumb
optional.