roidrage / crumble

How did these breadcrumbs in your Rails application? Oh right, with this plugin!
http://github.com/mattmatt/crumble
74 stars 9 forks source link

Wrap crumbs in specific HTML elements #3

Open tankow opened 15 years ago

tankow commented 15 years ago

Thanks for this plugin, it just works!

Is it possible to wrap each crumb in a specific HTML element, such as

  • in order to apply a list style?

  • roidrage commented 15 years ago

    It's not possible yet, but it shouldn't be that hard to do.

    denniscastro commented 14 years ago

    Hi Matt Excelent plugin. I'm traying it. but I have the same issue, I need print the breadcrumb like:

  • home
  • >
  • Products
  • and also specs css class by parameter or static into the plugin like will_paginate (<div id.. class="..) Also when the last crumb is not a link, print other css class.

    Dennis.