summaryrefslogtreecommitdiff
path: root/app/views/ci/notify/build_fail_email.html.haml
blob: d818e8b6756aaca8c8100ce8752d48c053c76b00 (plain)
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)}