diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-10 21:10:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-10 21:10:15 +0000 |
commit | e109a7799eb2c5598211c4cc1e0c83d5beb44018 (patch) | |
tree | d72aa61dbb5b04bb0f25232660591963bc1f03b8 /app/views/registrations | |
parent | cba8ff64401258aa68eebd7603d4022884ed0a45 (diff) | |
download | gitlab-ce-e109a7799eb2c5598211c4cc1e0c83d5beb44018.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/registrations')
-rw-r--r-- | app/views/registrations/welcome/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/registrations/welcome/show.html.haml b/app/views/registrations/welcome/show.html.haml index 0701f4e65e3..68de80f26f6 100644 --- a/app/views/registrations/welcome/show.html.haml +++ b/app/views/registrations/welcome/show.html.haml @@ -30,4 +30,4 @@ - if partial_exists? "registrations/welcome/button" = render "registrations/welcome/button" - else - = f.submit _('Get started!'), class: 'btn-register gl-button btn btn-block gl-mb-0 gl-p-3', data: { qa_selector: 'get_started_button' } + = f.submit _('Get started!'), class: 'btn-success gl-button btn btn-block gl-mb-0 gl-p-3', data: { qa_selector: 'get_started_button' } |