Describe
I have the haml code:
= "#{user.payment_price_btc}\u202F\u0243"
On the browser page:
I run haml-lint and I get:
ydakuka@yauhenid:~/Work/project$ haml-lint ./app/views/users/
app/views/users/_list.html.haml:59 [W] UnnecessaryStringOutput: `= "..."` should be rewritten as `...`
45 files inspected, 1 lint detected
However, if I follow the recommendation, I'll get the following haml code:
#{user.payment_price_btc}\u202F\u0243
And this, on the browser page: