mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
Improve text of MR merge widget and manual merge modal Modal with manual merge instructions:  Archived:  WIP:  Missing target branch:  Missing source branch:  Nothing to merge:  Checking ability to merge:  Conflicts when allowed to merge:  Conflicts when not allowed to merge:  Mergeable when allowed to merge:  Mergeable when not allowed to merge:  Merge in progress:  Merge failed:  Merged:  Closed:  cc @dzaporozhets @rspeicher See merge request !1120
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
%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.
|