-
Notifications
You must be signed in to change notification settings - Fork 237
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
Error parse html on producion environment #388
Comments
Similar to #305, I guess. |
It would be interesting to see if that only happens in Rails, or if Slim and Cells also muck around in an isolated environment. |
@apotonick |
How did you solve it, I wonder? |
i need change #_header.html.slim
= cell(:popup_info) to #_header.html.slim
= cell(:popup_info).to_s.html_safe |
But that should be done automatically in |
@apotonick #_header.html.slim
= cell(:popup_info).() thanks again. :) |
Hi.
i using rails 4.5, cell 4.0 and cell-slim,
but when i run app with production environment, browser display
<p>asdasds</p>
.it run good on development environment
The text was updated successfully, but these errors were encountered: