Skip to content
Snippets Groups Projects
Verified Commit 415c0f4b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix download link for huge MR diffs

parent 5b123dbf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
Loading
Loading
@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment