Commit 415c0f4bbe12dbd78bf24d50e66e3092df07fa21
1 parent
5b123dbf
Exists in
spb-stable
and in
3 other branches
Fix download link for huge MR diffs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
CHANGELOG
| @@ -14,6 +14,7 @@ v 6.8.0 | @@ -14,6 +14,7 @@ v 6.8.0 | ||
| 14 | - Fix faulty namespace names that caused 500 on user creation | 14 | - Fix faulty namespace names that caused 500 on user creation |
| 15 | - Option to disable standard login | 15 | - Option to disable standard login |
| 16 | - Clean old created archives from repository downloads directory | 16 | - Clean old created archives from repository downloads directory |
| 17 | + - Fix download link for huge MR diffs | ||
| 17 | 18 | ||
| 18 | v 6.7.3 | 19 | v 6.7.3 |
| 19 | - Fix the merge notification email not being sent (Pierre de La Morinerie) | 20 | - Fix the merge notification email not being sent (Pierre de La Morinerie) |
app/views/projects/merge_requests/show/_diffs.html.haml
| @@ -8,5 +8,5 @@ | @@ -8,5 +8,5 @@ | ||
| 8 | Changes view for this comparison is extremely large. | 8 | Changes view for this comparison is extremely large. |
| 9 | %p | 9 | %p |
| 10 | You can | 10 | You can |
| 11 | - = link_to "download it", project_merge_request_path(@merge_request.source_project, @merge_request, format: :diff), class: "vlink" | 11 | + = link_to "download it", project_merge_request_path(@merge_request.target_project, @merge_request, format: :diff), class: "vlink" |
| 12 | instead. | 12 | instead. |