-
Notifications
You must be signed in to change notification settings - Fork 82
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
Added a four features to render_crumb #53
Conversation
Insert an right_side parameter, which define position of right-sided crumbs
This let define all variables for crumbs separately.
in reverse order!
Ibdividually may be set next options for each crumb:
Looks good, can you update the tests as well? |
Yes, i work on this problem. |
OK. Test updated and passed. |
Excellent, thanks! |
Added a four features to render_crumb
I'll try and get a new release out later today |
OK. I'm ready to work on possible bugs, send me a mail, if issues found. 2013/10/20 Andrew Nesbitt [email protected]
|
I've just published this as v1.8.0: https://rubygems.org/gems/crummy/versions/1.8.0 |
Andrew! 2013/10/20 Andrew Nesbitt [email protected]
|
Andrew! 2013/10/20 Andrew Nesbitt [email protected]
|
Hi all!
Four features added.
1. Now, we can set each parameters individually for each crumb.
example:
2. Not render empty html_options for tags.
example:
in rendered output we have no tag class instead
class=""
issue 35 solved
3. We can set each crumb on right or left side. That parameter :right_side define it.
example:
4. Also, we can use a html in a crumb name. No more results as:
when call:
but will be carefully, you are need to pass href parameter in a tag for a link.