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
d358bd45
Commit
d358bd45
authored
Feb 03, 2021
by
Yogi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
b1c9e6f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/commit/_commit_box.html.haml
app/views/projects/commit/_commit_box.html.haml
+2
-2
No files found.
app/views/projects/commit/_commit_box.html.haml
View file @
d358bd45
...
@@ -48,8 +48,8 @@
...
@@ -48,8 +48,8 @@
%li
.dropdown-header
%li
.dropdown-header
#{
_
(
'Download'
)
}
#{
_
(
'Download'
)
}
-
unless
@commit
.
parents
.
length
>
1
-
unless
@commit
.
parents
.
length
>
1
%li
=
link_to
s_
(
'DownloadCommit|Email Patches'
),
project_commit_path
(
@project
,
@commit
,
format: :patch
),
class:
"qa-email-patches"
,
target:
'_blank
'
%li
=
link_to
s_
(
'DownloadCommit|Email Patches'
),
project_commit_path
(
@project
,
@commit
,
format: :patch
),
class:
"qa-email-patches"
,
rel:
'nofollow'
,
download:
'
'
%li
=
link_to
s_
(
'DownloadCommit|Plain Diff'
),
project_commit_path
(
@project
,
@commit
,
format: :diff
),
class:
"qa-plain-diff"
,
target:
'_blank
'
%li
=
link_to
s_
(
'DownloadCommit|Plain Diff'
),
project_commit_path
(
@project
,
@commit
,
format: :diff
),
class:
"qa-plain-diff"
,
rel:
'nofollow'
,
download:
'
'
.commit-box
{
data:
{
project_path:
project_path
(
@project
)
}
}
.commit-box
{
data:
{
project_path:
project_path
(
@project
)
}
}
%h3
.commit-title
%h3
.commit-title
...
...
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