23a20c20f8
Adds `#build_notification_recipients` to `NotificationRecipientService` that returns the `NotificationRecipient` objects in order to be able to access the new attribute `reason`. This new attribute is used in the different notifier methods in order to add the reason as a header: `X-GitLab-NotificationReason`. Only the reason with the most priority gets sent.
12 lines
324 B
Text
12 lines
324 B
Text
<%= yield -%>
|
|
|
|
---
|
|
<% if @target_url -%>
|
|
<% if @reply_by_email -%>
|
|
<%= "Reply to this email directly or view it on GitLab: #{@target_url}" -%>
|
|
<% else -%>
|
|
<%= "View it on GitLab: #{@target_url}" -%>
|
|
<% end -%>
|
|
<% end -%>
|
|
|
|
<%= "You're receiving this email because #{notification_reason_text(@reason)}." %>
|