summaryrefslogtreecommitdiff
path: root/app/views/notify/note_merge_request_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/note_merge_request_email.html.haml')
-rw-r--r--app/views/notify/note_merge_request_email.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/notify/note_merge_request_email.html.haml b/app/views/notify/note_merge_request_email.html.haml
index ea7e3d199fd..de3f32e6415 100644
--- a/app/views/notify/note_merge_request_email.html.haml
+++ b/app/views/notify/note_merge_request_email.html.haml
@@ -1,7 +1,15 @@
+= content_for :head do
+ = stylesheet_link_tag 'mailers/highlighted_diff_email'
+
- if @note.diff_note? && @note.diff_file
%p.details
New comment on diff for
= link_to @note.diff_file.file_path, @target_url
\:
+ .diff-content.code.js-syntax-highlight
+ %table
+ - Discussion.new([@note]).truncated_diff_lines.each do |line|
+ = render "projects/diffs/line", line: line, diff_file: @note.diff_file, plain: true
+
= render 'note_message'