debian-mirror-gitlab/app/views/email_rejection_mailer/rejection.html.haml

6 lines
150 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
%p
2019-03-02 22:35:43 +05:30
= _("Unfortunately, your email message to GitLab could not be processed.")
2015-09-25 12:07:36 +05:30
= markdown @reason
2018-11-08 19:23:39 +05:30
= render_if_exists 'shared/additional_email_text'