2017-06-06 17:28:06 -04:00
|
|
|
- diff_file = viewer.diff_file
|
2018-04-08 00:35:30 -04:00
|
|
|
- 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-06-06 17:28:06 -04:00
|
|
|
.nothing-here-block.diff-collapsed{ data: { diff_for_path: url } }
|
2018-11-20 05:38:52 -05:00
|
|
|
= _("This diff is collapsed.")
|
|
|
|
%button.click-to-expand.btn.btn-link= _("Click to expand it.")
|