2b1afa0e62
Needed to add a constraint on the id. Otherwise the format was parsed as part of the id.
11 lines
349 B
Plaintext
11 lines
349 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 it", project_merge_request_path(@project, @merge_request), format: :diff, class: "vlink"
|
|
instead.
|
|
- else
|
|
%h4.nothing_here_message Nothing to merge
|