3c7e0f45c2
This adds the functionality of replacing all images that were uploaded to gitlab with inline images(base64) in emails. This change fixes the broken images in emails that 7.8 introduced
2 lines
78 B
Text
2 lines
78 B
Text
%div
|
|
= replace_image_links_with_base64(markdown(@note.note), @note.project)
|