2019-02-20 10:18:15 -05:00
|
|
|
<%= text_header_message %>
|
|
|
|
|
2017-03-15 20:14:58 -04:00
|
|
|
<%= yield -%>
|
|
|
|
|
2018-03-10 13:47:28 -05:00
|
|
|
-- <%# signature marker %>
|
2017-03-15 20:14:58 -04:00
|
|
|
<% 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 -%>
|
|
|
|
|
2019-12-04 16:07:31 -05:00
|
|
|
<%= notification_reason_text(@reason) %>
|
2019-05-08 01:26:10 -04:00
|
|
|
<%= render_if_exists 'layouts/mailer/additional_text' %>
|
2019-02-20 10:18:15 -05:00
|
|
|
|
|
|
|
<%= text_footer_message -%>
|