-
Notifications
You must be signed in to change notification settings - Fork 236
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
form_tag and submit_tag broken with Hamlit #419
Comments
Have you tried installing hamlit-block ? 2016-06-25 16:48 GMT+01:00 Nick Yatracos [email protected]:
|
It's the same problem described on https://github.com/hamlit/hamlit-block/issues/1 |
I see. @samstickland installing hamlit-block has the side effect you mentioned in https://github.com/hamlit/hamlit-block/issues/1 where blocks no longer have any output so my other templates break. |
Yeah @apotonick or the hamlit author might have something to add about Sam
|
I'm not sure if this is Cells and/or Hamlit, but using a bare Rails 4.2.6 app on Ruby 2.2.3, rendering a simple form tag and submit tag is broken with Hamlit:
I get:
With cells-hamlit (0.2.0):
With cells-haml (0.0.10) and the haml ref from the readme:
The text was updated successfully, but these errors were encountered: