You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On haml 5.1.1, all text in .text.haml files is html escaped. Using escape_filter_interpolations doesn't seem to help. This seems to be related: rails/rails#8235
Is there any way to disable escaping on text.haml files altogether?
On haml 5.1.1, all text in
.text.hamlfiles is html escaped. Usingescape_filter_interpolationsdoesn't seem to help. This seems to be related: rails/rails#8235Is there any way to disable escaping on
text.hamlfiles altogether?