Closed jkowens closed 1 year ago
Tests that use inline templates will need to be updated for Haml 6:
Output should be unescaped by using !=
!=
%html != yield
Thanks!
Tests that use inline templates will need to be updated for Haml 6:
Output should be unescaped by using
!=