Commit c297cffb authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '231126-yo-gitlab-ui' into 'master'

Apply GitLab UI button styles to buttons in ee/app/views/subscriptions/groups directory

See merge request gitlab-org/gitlab!51784
parents bba99ec2 b66dac67
---
title: Apply GitLab UI button styles to buttons in ee/app/views/subscriptions/groups
directory
merge_request: 51784
author: Yogi (@yo)
type: other
...@@ -47,5 +47,5 @@ ...@@ -47,5 +47,5 @@
= render 'shared/visibility_level', f: f, visibility_level: default_group_visibility, can_change_visibility_level: true, form_model: @group, with_label: false = render 'shared/visibility_level', f: f, visibility_level: default_group_visibility, can_change_visibility_level: true, form_model: @group, with_label: false
.row .row
.form-group.col-sm-12.mb-0 .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 gl-w-full!] do
= _('Get started') = _('Get started')
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