Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
95d919a8
Commit
95d919a8
authored
Feb 11, 2021
by
Yogi
Committed by
Phil Hughes
Feb 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply new GitLab UI for buttons in new group page
parent
aa83c04b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/admin/groups/_form.html.haml
app/views/admin/groups/_form.html.haml
+1
-1
app/views/groups/_new_group_fields.html.haml
app/views/groups/_new_group_fields.html.haml
+2
-2
changelogs/unreleased/gl-button-new-group.yml
changelogs/unreleased/gl-button-new-group.yml
+5
-0
No files found.
app/views/admin/groups/_form.html.haml
View file @
95d919a8
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
=
render
'shared/group_tips'
=
render
'shared/group_tips'
.form-actions
.form-actions
=
f
.
submit
_
(
'Create group'
),
class:
"gl-button btn btn-success"
=
f
.
submit
_
(
'Create group'
),
class:
"gl-button btn btn-success"
=
link_to
_
(
'Cancel'
),
admin_groups_path
,
class:
"gl-button btn btn-cancel"
=
link_to
_
(
'Cancel'
),
admin_groups_path
,
class:
"gl-button btn btn-
default btn-
cancel"
-
else
-
else
.form-actions
.form-actions
...
...
app/views/groups/_new_group_fields.html.haml
View file @
95d919a8
...
@@ -18,5 +18,5 @@
...
@@ -18,5 +18,5 @@
=
render_if_exists
'shared/groups/invite_members'
=
render_if_exists
'shared/groups/invite_members'
.row
.row
.form-actions.col-sm-12
.form-actions.col-sm-12
=
f
.
submit
_
(
'Create group'
),
class:
"btn btn-success"
=
f
.
submit
_
(
'Create group'
),
class:
"btn
gl-button
btn-success"
=
link_to
_
(
'Cancel'
),
dashboard_groups_path
,
class:
'btn btn-cancel'
=
link_to
_
(
'Cancel'
),
dashboard_groups_path
,
class:
'btn
gl-button btn-default
btn-cancel'
changelogs/unreleased/gl-button-new-group.yml
0 → 100644
View file @
95d919a8
---
title
:
Apply new GitLab UI for buttons in new group page
merge_request
:
53456
author
:
Yogi (@yo)
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment