Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rejection.text.haml « email_rejection_mailer « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d940ef129364841b7ac50553c01dc2037d80752 (plain)
1
2
3
4
= _("Unfortunately, your email message to GitLab could not be processed.")
\
= @reason
= render_if_exists 'shared/additional_email_text'