Closed contentfree closed 7 years ago
The error is:
undefined method `haml_concat' for #<#<Class:…>>
The html_tag helper from html5-rails uses haml_concat which doesn't exist in Hamlit.
html_tag
haml_concat
Basically the same issue as https://github.com/k0kubun/hamlit/issues/73. For some reasons, haml helpers are missing for now. https://github.com/k0kubun/hamlit/blob/master/REFERENCE.md#limitations
The error is:
The
html_tag
helper from html5-rails useshaml_concat
which doesn't exist in Hamlit.