Answer the question
In order to leave comments, you need to log in
How to write coffeescript inside html.haml/html.erb?
I can do this:
app/views/some_controller/some_action.html.haml
%h1 Заголовок
javascript:
alert("Это js #{@some_var}");
%h1 Заголовок
coffescript:
alert "Это кофе #{@some_var}"
Answer the question
In order to leave comments, you need to log in
Isn't there a colon in front of haml(:coffeescript)?
https://berislavbabic.com/rails-no-nos-using-inlin...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question