Closed jmuheim closed 11 years ago
Could you update the gem and try again?
The html_tag helper is not compatible with slim because it lacks the ability to do something like slim_concat
. See https://groups.google.com/forum/#!msg/slim-template/7gbG1wzDxAs/C06ivayJe20J
There might be a way to make it work, but I couldn't figure it out. However, adding the slim-rails gem to your gemfile will now generate a working slim layout with inline html tags.
My SLIM file:
Output when loading page:
Any help on that? Before when I used HAML this worked perfectly.