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 -%>
|
|
|
|
|
2017-12-28 12:25:02 -05:00
|
|
|
<%= "You're receiving this email because #{notification_reason_text(@reason)}." %>
|