diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-19 12:37:34 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-19 12:37:34 -0700 |
commit | ed6122d7ea1d7ffa1e89078cedf416c6ae2e0383 (patch) | |
tree | ab83b595fdf34263eeccebf3abb1398974393027 /app | |
parent | 992dbbd9fe619ab3002f7c0c552657da8269df49 (diff) | |
download | gitlab-ce-ed6122d7ea1d7ffa1e89078cedf416c6ae2e0383.tar.gz |
Markdown, not GFM.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/email_rejection_mailer/rejection.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/email_rejection_mailer/rejection.html.haml b/app/views/email_rejection_mailer/rejection.html.haml index de29d399d32..84b040d8cbc 100644 --- a/app/views/email_rejection_mailer/rejection.html.haml +++ b/app/views/email_rejection_mailer/rejection.html.haml @@ -2,4 +2,4 @@ Unfortunately, your email message to GitLab could not be processed. %p - = gfm @reason + = markdown @reason |