bridgetown icon indicating copy to clipboard operation
bridgetown copied to clipboard

Use `capture_haml` as a swap-in for `capture` when in Haml templates

Open jaredcwhite opened this issue 3 years ago • 0 comments

This commit fixed a problem with capturing helpers inside of Ruby component templates like ERB and Serbea. But there's a problem still with Haml components…I know the fix (capture should delegate to capture_haml), just need to implement it. Slim seems to be OK as-is.

jaredcwhite avatar Apr 28 '22 20:04 jaredcwhite