summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/widget/open/_nothing.html.haml
blob: 7af8c01c1346a13960dfc8e715d9c7894ce465d3 (plain)
1
2
3
4
5
6
7
8
%h4
  = icon("exclamation-triangle")
  Nothing to merge from
  %span.label-branch= source_branch_with_namespace(@merge_request)
  into
  %span.label-branch= @merge_request.target_branch
%p
  Please push new commits to the source branch or use a different target branch.