Commit 4f4367ec authored by Savas Vedova's avatar Savas Vedova

Merge branch 'btn-confirm-protected-branches' into 'master'

Move from btn-success to btn-confirm in projects/protected_branches directory

See merge request gitlab-org/gitlab!56477
parents cff568c7 a44f0956
......@@ -30,4 +30,4 @@
= s_("ProtectedBranch|Allow force push for all users with push access.")
= render_if_exists 'projects/protected_branches/ee/code_owner_approval_form', f: f
.card-footer
= f.submit s_('ProtectedBranch|Protect'), class: 'btn-success gl-button btn', disabled: true, data: { qa_selector: 'protect_button' }
= f.submit s_('ProtectedBranch|Protect'), class: 'gl-button btn btn-confirm', disabled: true, data: { qa_selector: 'protect_button' }
---
title: Move from btn-success to btn-confirm in protected_branches directory
merge_request: 56477
author: Yogi (@yo)
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