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

_diffs.html.haml « diffs « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48d4c33ce8528bb9ab77eaa05976cdc60ef21502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.row
  .col-md-8
    = render 'projects/diffs/stats', diffs: diffs
  .col-md-4
    .btn-group.pull-right
      = inline_diff_btn
      = parallel_diff_btn

- if show_diff_size_warning?(diffs)
  = render 'projects/diffs/warning', diffs: diffs

.files
  - safe_diff_files(diffs).each_with_index do |diff_file, index|
    = render 'projects/diffs/file', diff_file: diff_file, i: index, project: project

- if @diff_timeout
  .alert.alert-danger
    %h4
      Failed to collect changes
    %p
      Maybe diff is really big and operation failed with timeout. Try to get diff locally