Commit 1d401d2c authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '231081-move-registration-buttons-to-pajamas' into 'master'

Apply GitLab UI button styles to buttons in registrations and cd_cd settings

See merge request gitlab-org/gitlab!54501
parents 00526c7b cd5eddd8
......@@ -96,7 +96,7 @@
= html_escape(_('The regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable.')) % { regex: '<code>\(\d+.\d+%\)</code>'.html_safe }
= link_to sprite_icon('question-o'), help_page_path('ci/pipelines/settings', anchor: 'test-coverage-parsing'), target: '_blank'
= f.submit _('Save changes'), class: "btn btn-success", data: { qa_selector: 'save_general_pipelines_changes_button' }
= f.submit _('Save changes'), class: "btn gl-button btn-success", data: { qa_selector: 'save_general_pipelines_changes_button' }
%hr
......
......@@ -47,5 +47,5 @@
= render partial: 'shared/groups/invite_members'
.row
.form-group.col-sm-12.mb-0
= button_tag class: %w[btn btn-success w-100] do
= button_tag class: %w[btn gl-button btn-success w-100] do
= _('Create group')
---
title: Apply GitLab UI styles to registrations/ci_cd buttons
merge_request: 54501
author:
type: other
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