diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-09-26 16:39:03 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-09-26 16:39:03 +0800 |
commit | fd2ce241497eac5ddb1f7e303109211ddbeec9db (patch) | |
tree | 262875b33aad259f3f2ccfd77c0050936cd5de04 /app/views/notify | |
parent | bbd7597d401cacb1e14e0b1c22a2acdeffcacea2 (diff) | |
download | gitlab-ce-fd2ce241497eac5ddb1f7e303109211ddbeec9db.tar.gz |
We need to use URL in the email
Diffstat (limited to 'app/views/notify')
-rw-r--r-- | app/views/notify/pipeline_failed_email.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/pipeline_failed_email.html.haml b/app/views/notify/pipeline_failed_email.html.haml index 76d45efd6f7..da28b4c30cd 100644 --- a/app/views/notify/pipeline_failed_email.html.haml +++ b/app/views/notify/pipeline_failed_email.html.haml @@ -124,7 +124,7 @@ %span = commit.author_name - else - %a.muted{:href => user_path(commit.author), :style => "color:#333333;text-decoration:none;"} + %a.muted{:href => user_url(commit.author), :style => "color:#333333;text-decoration:none;"} = commit.author.try(:name) || commit.author_name %tr.spacer %td{:style => "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;height:18px;font-size:18px;line-height:18px;"} |