2015-08-25 21:42:46 -04:00
|
|
|
- content_for :header do
|
|
|
|
%h1{style: "background: #38CF5B; color: #FFF; font: normal 20px Helvetica, Arial, sans-serif; margin: 0; padding: 5px 10px; line-height: 32px; font-size: 16px;"}
|
|
|
|
GitLab CI (build successful)
|
|
|
|
|
|
|
|
%h3
|
|
|
|
Project:
|
|
|
|
= link_to ci_project_url(@project) do
|
|
|
|
= @project.name
|
|
|
|
|
|
|
|
%p
|
2015-11-03 05:44:07 -05:00
|
|
|
Commit: #{link_to @build.short_sha, namespace_project_commit_path(@build.gl_project.namespace, @build.gl_project, @build.sha)}
|
2015-08-25 21:42:46 -04:00
|
|
|
%p
|
|
|
|
Author: #{@build.commit.git_author_name}
|
|
|
|
%p
|
2015-10-02 07:46:38 -04:00
|
|
|
Branch: #{@build.ref}
|
2015-08-25 21:42:46 -04:00
|
|
|
%p
|
|
|
|
Message: #{@build.commit.git_commit_message}
|
|
|
|
|
|
|
|
%p
|
2015-11-03 05:44:07 -05:00
|
|
|
Build details: #{link_to "Build #{@build.id}", namespace_project_build_url(@build.gl_project.namespace, @build.gl_project, @build)}
|