diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-06 11:31:41 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-06 11:31:41 +0100 |
commit | 79e132fad4a3428c1d65e877be65d094a559649c (patch) | |
tree | f275b757b771c90373bb5fd84dccd8ce2617658b | |
parent | bdc13c3142507650e9170cc7b9b63232bb1cfdad (diff) | |
download | gitlab-ce-79e132fad4a3428c1d65e877be65d094a559649c.tar.gz |
Add status label information to pipeline header
-rw-r--r-- | app/views/projects/pipelines/_info.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml index 229bdfb0e8d..bbfaa6391a1 100644 --- a/app/views/projects/pipelines/_info.html.haml +++ b/app/views/projects/pipelines/_info.html.haml @@ -2,6 +2,7 @@ .header-main-content = ci_status_with_icon(@pipeline.detailed_status) %strong Pipeline ##{@commit.pipelines.last.id} + #{ci_label_for_status(@pipeline.detailed_status)}, triggered #{time_ago_with_tooltip(@commit.authored_date)} by = author_avatar(@commit, size: 24) = commit_author_link(@commit) |