weppos / breadcrumbs_on_rails

A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
https://simonecarletti.com/code/breadcrumbs-on-rails
MIT License
944 stars 188 forks source link

add_breadcrumb is showing the text of the breadcrumb but they are not links #127

Closed Keith-O-Brien closed 5 years ago

Keith-O-Brien commented 5 years ago

I've set the gem up in my project, bundled etc, added render_breadcrumbs in the view and added add_breadcrumb "home", :root_path to my controller. The text is displaying but they are not links and are not clickeable. Is there some issue with the gem recently or is the issue on my machine?

Using rails '4.2.10', ruby '2.5.1'

KodyKendall commented 4 years ago

Ok.. I'm having the same issue. Can I get some feedback on this?