summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/viewers/_collapsed.html.haml
blob: 578b0af32417a8cb3fc543120db2a2c9cae6d9b3 (plain)
1
2
3
.nothing-here-block.diff-collapsed{ data: { diff_for_path: collapsed_diff_url(viewer.diff_file) } }
  = _("This diff is collapsed.")
  %button.click-to-expand.gl-button.btn.btn-link= _("Click to expand it.")