diff --git a/app/views/notify/pipeline_failed_email.html.haml b/app/views/notify/pipeline_failed_email.html.haml
index da28b4c30cddeff2bee4c3b4c1c83a7a1d165b00..d238353ed5d2172b788ffe1f4a77dcfe5c56bccf 100644
--- a/app/views/notify/pipeline_failed_email.html.haml
+++ b/app/views/notify/pipeline_failed_email.html.haml
@@ -125,7 +125,7 @@
                                                 = commit.author_name
                                             - else
                                               %a.muted{:href => user_url(commit.author), :style => "color:#333333;text-decoration:none;"}
-                                                = commit.author.try(:name) || commit.author_name
+                                                = commit.author.name
                         %tr.spacer
                           %td{:style => "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;height:18px;font-size:18px;line-height:18px;"}