summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/viewers/_collapsed.html.haml
blob: 02f499144c02b098d481c0bee106680640056eae (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.btn.btn-link= _("Click to expand it.")