debian-mirror-gitlab/app/views/notify/build_fail_email.html.haml

25 lines
756 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
- 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;"}
2015-12-23 02:04:40 +05:30
GitLab (build failed)
2016-04-02 18:10:28 +05:30
2015-09-25 12:07:36 +05:30
%h3
Project:
2016-04-02 18:10:28 +05:30
= link_to namespace_project_url(@project.namespace, @project) do
2015-09-25 12:07:36 +05:30
= @project.name
%p
2015-12-23 02:04:40 +05:30
Commit: #{link_to @build.short_sha, namespace_project_commit_url(@build.project.namespace, @build.project, @build.sha)}
2015-09-25 12:07:36 +05:30
%p
Author: #{@build.pipeline.git_author_name}
2015-09-25 12:07:36 +05:30
%p
2015-10-24 18:46:33 +05:30
Branch: #{@build.ref}
2015-11-26 14:37:03 +05:30
%p
Stage: #{@build.stage}
%p
Job: #{@build.name}
2015-09-25 12:07:36 +05:30
%p
Message: #{@build.pipeline.git_commit_message}
2015-09-25 12:07:36 +05:30
%p
2015-12-23 02:04:40 +05:30
Build details: #{link_to "Build #{@build.id}", namespace_project_build_url(@build.project.namespace, @build.project, @build)}