summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-06 12:24:27 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-06 12:24:27 +0100
commit67cd3b36382ed2fafc29a620112a9de96f3899f6 (patch)
tree2f0d23a56859c944424e1b8bd931791579a906b4
parente94f378b619849c46bf6b736ea9c61c19956b57f (diff)
downloadgitlab-ce-67cd3b36382ed2fafc29a620112a9de96f3899f6.tar.gz
Use status text when redering pipelines list
-rw-r--r--app/views/projects/ci/pipelines/_pipeline.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/pipelines/_pipeline.html.haml b/app/views/projects/ci/pipelines/_pipeline.html.haml
index 00a30870dad..a037c7ab37c 100644
--- a/app/views/projects/ci/pipelines/_pipeline.html.haml
+++ b/app/views/projects/ci/pipelines/_pipeline.html.haml
@@ -7,7 +7,7 @@
%td.commit-link
= link_to namespace_project_pipeline_path(pipeline.project.namespace, pipeline.project, pipeline.id), class: "ci-status ci-#{status}" do
= ci_icon_for_status(detailed_status)
- = ci_label_for_status(detailed_status)
+ = ci_text_for_status(detailed_status)
%td
= link_to namespace_project_pipeline_path(pipeline.project.namespace, pipeline.project, pipeline.id) do