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

_diffs.html.haml « commits « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64d6a2f09cf43ec1de35c4dbee3fbcff82e92926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.row
  .col-md-8
    = render 'projects/commits/diff_stats', diffs: diffs
  .col-md-4
    %ul.nav.nav-tabs
      %li.pull-right{class: params[:view] == 'parallel' ? 'active' : ''}
        = link_to "Side-by-side Diff", url_for(view: 'parallel'), {id: "commit-diff-viewtype"}
      %li.pull-right{class: params[:view] != 'parallel' ? 'active' : ''}
        = link_to "Inline Diff", url_for(view: 'inline'), {id: "commit-diff-viewtype"}

- if show_diff_size_warninig?(diffs)
  = render 'projects/commits/diff_warning', diffs: diffs

.files
  - safe_diff_files(diffs).each_with_index do |diff, i|
    = render 'projects/commits/diff_file', diff: diff, i: i, 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 localy