-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Link to in html #50
Link to in html #50
Conversation
# html.label do | ||
# p 'hello' | ||
# html.span 'hanami' | ||
# end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing @since
👍 |
06fc683
to
fb76a9a
Compare
@joneslee85 fixed. thanks for catch 👍 |
@joneslee85 thanks 🌟 |
@davydovanton @joneslee85 I'm reverting this, this implementation is too cluttered and reimplements |
@jodosha no problem. But do you have any ideas how I can solve this problem? |
@davydovanton Please check #52 |
Fixed #48
Also I fixed case when
html
helper called inside anotherhtml
helper. For example:/cc @hanami/core-team