build_fail_email.html.haml 578 字节
Newer Older
D
Douwe Maan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
- content_for :header do
  %h1{style: "background: #c40834; color: #FFF; font: normal 20px Helvetica, Arial, sans-serif; margin: 0; padding: 5px 10px; line-height: 32px; font-size: 16px;"}
    GitLab CI (build failed)
%h3
  Project:
  = link_to ci_project_url(@project) do
    = @project.name

%p
  Commit link: #{gitlab_commit_link(@project, @build.commit.short_sha)}
%p
  Author: #{@build.commit.git_author_name}
%p
  Branch: #{@build.commit.ref}
%p
  Message: #{@build.commit.git_commit_message}

%p
  Url: #{link_to @build.short_sha, ci_project_build_url(@project, @build)}