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
fe79183a
Commit
fe79183a
authored
Feb 25, 2021
by
Jarek Ostrowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update merge requests page button
MR:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55218
parent
d358e6ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/projects/merge_requests/_nav_btns.html.haml
app/views/projects/merge_requests/_nav_btns.html.haml
+2
-2
changelogs/unreleased/update-mr-page-buttons.yml
changelogs/unreleased/update-mr-page-buttons.yml
+5
-0
No files found.
app/views/projects/merge_requests/_nav_btns.html.haml
View file @
fe79183a
...
...
@@ -2,9 +2,9 @@
=
render
'shared/issuable/csv_export/button'
,
issuable_type:
'merge-requests'
-
if
@can_bulk_update
=
button_tag
"Edit merge requests"
,
class:
"gl-button btn gl-mr-3 js-bulk-update-toggle"
=
button_tag
"Edit merge requests"
,
class:
"gl-button btn
btn-default
gl-mr-3 js-bulk-update-toggle"
-
if
merge_project
=
link_to
new_merge_request_path
,
class:
"gl-button btn btn-
success
"
,
title:
"New merge request"
do
=
link_to
new_merge_request_path
,
class:
"gl-button btn btn-
confirm
"
,
title:
"New merge request"
do
New merge request
=
render
'shared/issuable/csv_export/modal'
,
issuable_type:
'merge_requests'
changelogs/unreleased/update-mr-page-buttons.yml
0 → 100644
View file @
fe79183a
---
title
:
Update button to btn-confirm on merge requests page
merge_request
:
55218
author
:
type
:
changed
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