Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bootstrap compatible Builder #24

Closed
riyad opened this issue Feb 28, 2012 · 5 comments
Closed

Add Bootstrap compatible Builder #24

riyad opened this issue Feb 28, 2012 · 5 comments
Assignees

Comments

@riyad
Copy link

riyad commented Feb 28, 2012

For now you have to build a custom builder to have breadcrumbs_on_rails render a Bootstrap compatible breadcrumb navigation.

I have a Gist that might help you with that: https://gist.github.com/1933884

It would be nice if this could be integrated.

Thanks

@ghost
Copy link

ghost commented Apr 12, 2012

Nice, have been looking for this. Unfortunately your Gist didn't work for me because of wrong :class parameters. I changed it and uploaded it to a new Gist.

https://gist.github.com/2369079

Thx for your great work.

@riyad
Copy link
Author

riyad commented Apr 13, 2012

You are right @shadowhorst ... didn't occur to me.
I have fixed my Gist to use the 1.8-compatible Hash syntax.
Thx again for the hint. :)

@ghost ghost assigned weppos Dec 24, 2012
@weppos
Copy link
Owner

weppos commented Dec 24, 2012

Hi @riyad, I encourage you to publish your builder as a gem.
See GH-35 and GH-23.

If you want, I can link it in the README once available.

@weppos weppos closed this as completed Dec 24, 2012
@joost
Copy link

joost commented Dec 27, 2012

If you use Bootstrap, check https://github.com/seyhunak/twitter-bootstrap-rails. It includes a nice breadcrumbs helper.

@riyad
Copy link
Author

riyad commented Dec 27, 2012

@joost while it is good that it already supports it, it fails to accommodate those who are using Bootstrap with Sass.
@weppos i'll have a shot at it if time permits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants