gitlab-org--gitlab-foss/app/views/projects/diffs/_diffs.html.haml

22 lines
611 B
Text
Raw Normal View History

2015-03-18 22:21:24 -04:00
.row.prepend-top-20.append-bottom-10
.col-md-8
= render 'projects/diffs/stats', diffs: diffs
.col-md-4
.btn-group.pull-right
= inline_diff_btn
= parallel_diff_btn
2014-09-09 05:52:16 -04:00
- 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
2014-09-10 16:20:40 -04:00
Maybe diff is really big and operation failed with timeout. Try to get diff locally