summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/widget/open/_nothing.html.haml
blob: 617566885bab2ce3fc1dfeae3c4de610b0ae2f3c (plain)
1
2
3
4
5
6
7
8
9
%h4 
  = icon("exclamation-triangle")
  从
  %span.label-branch= source_branch_with_namespace(@merge_request)
  到
  %span.label-branch= @merge_request.target_branch
  无需合并
%p
  请推送新的提交到来源分支或者使用其他的目标分支。