summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-29 11:06:41 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-07-19 12:30:28 -0600
commitf668a785cd7174b32e8070fde9cbb503caa04f8e (patch)
treee45cf393ebf2c31ee2f8a4711b3d7108ec059e43 /app/views
parent1d7ac1641e50938c854abf249c53e51ce1ef2ed5 (diff)
downloadgitlab-ce-f668a785cd7174b32e8070fde9cbb503caa04f8e.tar.gz
Starting work on the warn_on_failure feature for the MR build status.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/merge_requests/widget/_heading.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/widget/_heading.html.haml b/app/views/projects/merge_requests/widget/_heading.html.haml
index 489c632ae22..6ef640bb654 100644
--- a/app/views/projects/merge_requests/widget/_heading.html.haml
+++ b/app/views/projects/merge_requests/widget/_heading.html.haml
@@ -1,6 +1,6 @@
- if @pipeline
.mr-widget-heading
- - %w[success skipped canceled failed running pending].each do |status|
+ - %w[success success_with_warnings skipped canceled failed running pending].each do |status|
.ci_widget{ class: "ci-#{status}", style: ("display:none" unless @pipeline.status == status) }
= ci_icon_for_status(status)
%span