summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-12 15:17:18 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-12 15:17:18 +0100
commitbe13fc68e74cd6820a5b175365f72f12de339e57 (patch)
tree750f8825011f20e0d10ff69c26f79803c3586b21
parent48ea142819f206bb005184a050e812966cd23157 (diff)
downloadgitlab-ce-be13fc68e74cd6820a5b175365f72f12de339e57.tar.gz
Fix detailed status badge for generic commit status
[ci skip]
-rw-r--r--app/views/ci/status/_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/status/_badge.html.haml b/app/views/ci/status/_badge.html.haml
index b1b6e9c2b05..c00ddd183fb 100644
--- a/app/views/ci/status/_badge.html.haml
+++ b/app/views/ci/status/_badge.html.haml
@@ -5,4 +5,4 @@
- else
%span{ class: "ci-status ci-#{status}" }
= custom_icon(status.icon)
- = detailed_status.text
+ = status.text