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
9efa5459
Commit
9efa5459
authored
Apr 08, 2022
by
Austin Regnery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change variant to confirm
Changelog: changed
parent
345f8e95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+1
-1
No files found.
app/views/projects/commits/show.html.haml
View file @
9efa5459
...
...
@@ -20,7 +20,7 @@
=
link_to
_
(
"View open merge request"
),
project_merge_request_path
(
@project
,
@merge_request
),
class:
'btn gl-button'
-
elsif
create_mr_button?
(
from:
@repository
.
root_ref
,
to:
@ref
,
source_project:
@project
,
target_project:
@project
)
.control.d-none.d-md-block
=
link_to
_
(
"Create merge request"
),
create_mr_path
(
from:
@repository
.
root_ref
,
to:
@ref
,
source_project:
@project
,
target_project:
@project
),
class:
'btn gl-button btn-
success
'
=
link_to
_
(
"Create merge request"
),
create_mr_path
(
from:
@repository
.
root_ref
,
to:
@ref
,
source_project:
@project
,
target_project:
@project
),
class:
'btn gl-button btn-
confirm
'
.control
=
form_tag
(
project_commits_path
(
@project
,
@id
),
method: :get
,
class:
'commits-search-form js-signature-container'
,
data:
{
'signatures-path'
=>
namespace_project_signatures_path
})
do
...
...
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