Commit 3340c832 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'btn-confirm-registrations' into 'master'

Move from btn-success to btn-confirm in registrations directory

See merge request gitlab-org/gitlab!56944
parents c8c4822c fd007efe
......@@ -25,4 +25,4 @@
- if partial_exists? "registrations/welcome/button"
= render "registrations/welcome/button"
- else
= f.submit _('Get started!'), class: 'btn-success gl-button btn btn-block gl-mb-0 gl-p-3', data: { qa_selector: 'get_started_button' }
= f.submit _('Get started!'), class: 'btn-confirm gl-button btn btn-block gl-mb-0 gl-p-3', data: { qa_selector: 'get_started_button' }
---
title: Move from btn-success to btn-confirm in registrations directory
merge_request: 56944
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