Commit 0dadb24f authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Martin Wortschack

Changed color of allowed to fail badge from danger to warning

The color was not inline with our color design guidelines and was giving
off the impression of an error.
parent 63ace8fe
......@@ -46,7 +46,7 @@
- if job.try(:trigger_request)
%span.badge.badge-info= _('triggered')
- if job.try(:allow_failure)
%span.badge.badge-danger= _('allowed to fail')
%span.badge.badge-warning= _('allowed to fail')
- if job.schedulable?
%span.badge.badge-info= s_('DelayedJobs|delayed')
- elsif job.action?
......
---
title: Changed color of allowed to fail badge from danger to warning
merge_request: !23437
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment