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
6 lines
182 B
Text
6 lines
182 B
Text
-if @issue.description
|
|
= replace_image_links_with_base64(markdown(@issue.description), @issue.project)
|
|
|
|
- if @issue.assignee_id.present?
|
|
%p
|
|
Assignee: #{@issue.assignee_name}
|