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

_collapsed.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: 5762f4d86d7ee532c8242b560dfb7f3ca8cd0766 (plain)
1
2
3
4
5
- diff_file = viewer.diff_file
- url = url_for(safe_params.merge(action: :diff_for_path, old_path: diff_file.old_path, new_path: diff_file.new_path, file_identifier: diff_file.file_identifier))
.nothing-here-block.diff-collapsed{ data: { diff_for_path: url } }
  This diff is collapsed.
  %a.click-to-expand Click to expand it.