Fix download link for huge MR diffs

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2014-04-10 13:45:02 +03:00
parent 5b123dbf7f
commit 415c0f4bbe
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)
@@ -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.