Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-06 14:16:52 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-06 14:16:52 +0300
commite94f378b619849c46bf6b736ea9c61c19956b57f (patch)
treee824b7b3da39baea98e87e25d943f6ccbfa3abf6 /app/views/projects
parent79e132fad4a3428c1d65e877be65d094a559649c (diff)
Improve support for icons in new detailed statuses
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/pipelines/_info.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml
index bbfaa6391a1..229bdfb0e8d 100644
--- a/app/views/projects/pipelines/_info.html.haml
+++ b/app/views/projects/pipelines/_info.html.haml
@@ -2,7 +2,6 @@
.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)