Commit fb207682 authored by David O'Regan's avatar David O'Regan

Merge branch 'yo-master-patch-63367' into 'master'

Fix webhook badge color in darkmode

See merge request gitlab-org/gitlab!50943
parents aa473ae7 db3d30cf
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
%div %div
- hook.class.triggers.each_value do |trigger| - hook.class.triggers.each_value do |trigger|
- if hook.public_send(trigger) - if hook.public_send(trigger)
%span.badge.badge-gray.deploy-project-label= trigger.to_s.titleize %span.gl-badge.gl-bg-gray-10.gl-mt-2.rounded.deploy-project-label= trigger.to_s.titleize
%span.badge.badge-gray %span.gl-badge.gl-bg-gray-10.gl-mt-2.rounded
= _('SSL Verification:') = _('SSL Verification:')
= hook.enable_ssl_verification ? _('enabled') : _('disabled') = hook.enable_ssl_verification ? _('enabled') : _('disabled')
......
---
title: Fix webhook badge color in darkmode
merge_request: 50943
author: Yogi (@yo)
type: fixed
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