mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +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
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
.mr-state-widget
|
|
= render 'projects/merge_requests/widget/heading'
|
|
.mr-widget-body
|
|
%h4
|
|
= icon("spinner spin")
|
|
Merge in progress…
|
|
%p
|
|
This merge request is in the process of being merged, during which time it is locked and cannot be closed.
|
|
|