debian-mirror-gitlab/app/views/projects/diffs/viewers/_collapsed.html.haml

6 lines
359 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- diff_file = viewer.diff_file
2018-06-27 16:04:02 +05:30
- 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))
2017-09-10 17:25:29 +05:30
.nothing-here-block.diff-collapsed{ data: { diff_for_path: url } }
2019-02-15 15:39:39 +05:30
= _("This diff is collapsed.")
%button.click-to-expand.btn.btn-link= _("Click to expand it.")