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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
415c0f4b
Commit
415c0f4b
authored
Apr 10, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix download link for huge MR diffs
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
5b123dbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG
CHANGELOG
+1
-0
app/views/projects/merge_requests/show/_diffs.html.haml
app/views/projects/merge_requests/show/_diffs.html.haml
+1
-1
No files found.
CHANGELOG
View file @
415c0f4b
...
...
@@ -14,6 +14,7 @@ v 6.8.0
- Fix faulty namespace names that caused 500 on user creation
- Option to disable standard login
- Clean old created archives from repository downloads directory
- Fix download link for huge MR diffs
v 6.7.3
- Fix the merge notification email not being sent (Pierre de La Morinerie)
...
...
app/views/projects/merge_requests/show/_diffs.html.haml
View file @
415c0f4b
...
...
@@ -8,5 +8,5 @@
Changes view for this comparison is extremely large.
%p
You can
=
link_to
"download it"
,
project_merge_request_path
(
@merge_request
.
source
_project
,
@merge_request
,
format: :diff
),
class:
"vlink"
=
link_to
"download it"
,
project_merge_request_path
(
@merge_request
.
target
_project
,
@merge_request
,
format: :diff
),
class:
"vlink"
instead.
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