gitlab-org--gitlab-foss/app/views/notify/note_merge_request_email.ht...

16 lines
469 B
Plaintext
Raw Normal View History

= 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
2013-03-12 08:46:04 +00:00
= render 'note_message'