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
a3c2ea27
Commit
a3c2ea27
authored
Jan 08, 2021
by
George Tsiolis
Committed by
Tim Zallmann
Jan 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Apply GitLab UI button styles to buttons in ee/app/views/projects directory"
parent
784ed3d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/231073-apply-gitlab-ui-button-styles-to-buttons-in-ee-app-views-projects-.yml
...ui-button-styles-to-buttons-in-ee-app-views-projects-.yml
+5
-0
ee/app/views/projects/_merge_request_approvals_settings.html.haml
...iews/projects/_merge_request_approvals_settings.html.haml
+1
-1
No files found.
changelogs/unreleased/231073-apply-gitlab-ui-button-styles-to-buttons-in-ee-app-views-projects-.yml
0 → 100644
View file @
a3c2ea27
---
title
:
Migrate GitLab UI button for Merge Request Approvals settings
merge_request
:
51159
author
:
George Tsiolis
type
:
changed
ee/app/views/projects/_merge_request_approvals_settings.html.haml
View file @
a3c2ea27
...
...
@@ -13,4 +13,4 @@
=
form_for
@project
,
remote:
true
,
html:
{
class:
"merge-request-approval-settings-form js-mr-approvals-form"
},
authenticity_token:
true
do
|
f
|
%input
{
name:
'update_section'
,
type:
'hidden'
,
value:
'js-merge-request-approval-settings'
}
=
render
'projects/merge_request_approvals_settings_form'
,
form:
f
,
project:
@project
=
f
.
submit
_
(
"Save changes"
),
class:
"btn btn-success qa-save-merge-request-approval-settings-button"
=
f
.
submit
_
(
"Save changes"
),
class:
"btn
gl-button
btn-success qa-save-merge-request-approval-settings-button"
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