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

Breadcrumb without dividers #882

Open
anatoly-cmdx opened this issue Oct 12, 2015 · 0 comments
Open

Breadcrumb without dividers #882

anatoly-cmdx opened this issue Oct 12, 2015 · 0 comments

Comments

@anatoly-cmdx
Copy link
Contributor

When using this gem you'll actually get two dividers:

One is inserted by this gem as <span class="divider ">/</span>
And another one is defined by bootstrap for breadcrumb class:

.breadcrumb > li + li::before {
    ...
    content: "/ ";
    ...
}

A simple workaround is <%= render_breadcrumbs('') %> that just generates empty dividers <span class="divider "></span>

But I think there should be a way to render breadcrumbs without dividers at all.

seyhunak added a commit that referenced this issue Oct 12, 2015
refs #882, Breadcrumb without dividers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant