Closed neilma closed 6 years ago
Can you provide an example or a test case?
I don't know your situation, but I believe link_to_unless_current method changes it to text.
Here is code: https://github.com/weppos/breadcrumbs_on_rails/blob/master/lib/breadcrumbs_on_rails/breadcrumbs.rb#L91
Looks like the when last node url of the breadcrumbs exceeds a certain length, (the url ends with a number, don't know if this is a factor), the breadcrumb link shows as text instead of link.
The workaround appears to be to append '/' to the end of the url.