summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/widget/open/_nothing.html.haml
blob: 4d526576bc2d7c6a41184ff39a15a0afa8388fc8 (plain)
1
2
3
4
5
6
7
8
%h4 Nothing to merge
%p
  Nothing to merge from
  %span.label-branch #{@merge_request.source_branch}
  to
  %span.label-branch #{@merge_request.target_branch}
  %br
  Try to use different branches or push new code.