Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_diffs.html.haml « show « merge_requests « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 033d66a4ad47d2e8d69352a8d2427346b7e1959d (plain)
1
2
3
4
5
6
7
8
9
10
- 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