seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 996 forks source link

Using breadcrumbs helper leaves two "/" after each list item #776

Closed patrickgordon closed 10 years ago

patrickgordon commented 10 years ago

Example: http://i.imgur.com/KVBpsq1.png

The dark "/" is created by the helper the light grey "/" is generated by bootstrap css rules.

toadkicker commented 10 years ago

For now you can add .hidden and it will remove it. We'll patch it in the next release.

patrickgordon commented 10 years ago

Sorry, add .hidden to what specifically? Awesome speed on looking at this btw.

toadkicker commented 10 years ago

https://github.com/seyhunak/twitter-bootstrap-rails/blob/master/app/views/twitter-bootstrap/_breadcrumbs.html.erb

See how we can take a divider_class option in this file? Just add it to the helper when you call it.

toadkicker commented 10 years ago

@Loordo any updates?

patrickgordon commented 10 years ago

Yep hidden as an option on that helper works great. Sorry for not replying - I didn't see your last reply. Love your work, keep it up!

toadkicker commented 10 years ago

Fixed in 4d2768b733467fa2b861258dcd12be73bb27ec59