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

Second level not added as a link #89

Closed julianonunes closed 8 years ago

julianonunes commented 8 years ago

I've placed add_breadcrumb I18n.t('breadcrumbs.homepage'), :root_path in the base controller, add_breadcrumb I18n.t('breadcrumbs.insurance_companies'), :insurance_companies_path in the child controller (outside any action method) and add_breadcrumb I18n.t('breadcrumbs.search') in the index action, however only the root level was created as a hyperlink. Why?

weppos commented 8 years ago

Please use https://stackoverflow.com/ for support