Commit 79e132fa authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add status label information to pipeline header

parent bdc13c31
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment