debian-mirror-gitlab/app/views/projects/diffs/_collapsed.html.haml
2017-09-10 17:25:29 +05:30

5 lines
323 B
Text

- diff_file = viewer.diff_file
- url = url_for(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.