7754189187
Didn't bother with files in db/, config/, or features/
9 lines
338 B
Plaintext
9 lines
338 B
Plaintext
- if @merge_request.valid_diffs?
|
|
= render "commits/diffs", diffs: @diffs
|
|
- elsif @merge_request.broken_diffs?
|
|
%h4.nothing_here_message
|
|
Can't load diff.
|
|
You can #{link_to "download MR patch", raw_project_merge_request_path(@project, @merge_request), class: "vlink"} instead.
|
|
- else
|
|
%h4.nothing_here_message Nothing to merge
|