Commit 9cf4df73 authored by Paul Slaughter's avatar Paul Slaughter

Fix diff not rendering for MR review email

- This happened because we moved
  a previous inner condition for the
  stylesheet, to the surrounding if
  condition
parent a9fe2f18
......@@ -23,9 +23,10 @@
- else
= link_to 'discussion', target_url
- if include_stylesheet_link && discussion&.diff_discussion? && discussion.on_text?
= content_for :head do
= stylesheet_link_tag 'mailers/highlighted_diff_email'
- if discussion&.diff_discussion? && discussion.on_text?
- if include_stylesheet_link
= content_for :head do
= stylesheet_link_tag 'mailers/highlighted_diff_email'
%table.code.gl-mb-5
= render partial: "projects/diffs/email_line",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment