Commit a6f5ac1f authored by Sunjung Park's avatar Sunjung Park

Replace success variant with the confirm

In the admin area, there is still deprecated button variant.
Updating it to the primary variant for consistency.

Changelog: fixed
EE: true
parent 4d048f64
......@@ -61,4 +61,4 @@
.form-text.text-muted
= s_('PushRules|Reject file sizes equal to or greater than this size. If set to 0, files of any size are allowed. This rule does not apply to files tracked by Git LFS.')
= f.submit s_("PushRules|Save push rules"), class: "btn gl-button btn-success", data: { qa_selector: 'submit_settings_button' }
= f.submit s_("PushRules|Save push rules"), class: "btn gl-button btn-confirm", data: { qa_selector: 'submit_settings_button' }
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