mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
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
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
%div
|
|
= replace_image_links_with_base64(markdown(@note.note), @note.project)
|