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-12 15:28:02 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-12 15:28:02 +0300
commitdc67554c08ac6cfe23809af9f086336ca9ca740e (patch)
treea1b19de9def76953bc1befaff1653eb768fba070 /app/views/projects/ci/builds/_build.html.haml
parent23f02681c036b150966ce4459410c94694167b34 (diff)
Improve detailed status badge partial
Diffstat (limited to 'app/views/projects/ci/builds/_build.html.haml')
-rw-r--r--app/views/projects/ci/builds/_build.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/builds/_build.html.haml b/app/views/projects/ci/builds/_build.html.haml
index 4257bb86859..f1cb0201032 100644
--- a/app/views/projects/ci/builds/_build.html.haml
+++ b/app/views/projects/ci/builds/_build.html.haml
@@ -9,7 +9,7 @@
%tr.build.commit{class: ('retried' if retried)}
%td.status
- = render "ci/status/icon_with_description", subject: build
+ = render "ci/status/badge", status: build.detailed_status(current_user)
%td.branch-commit
- if can?(current_user, :read_build, build)