mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 01:56:06 +10:00
Better cannot-be-merged widget for MR
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -31,10 +31,12 @@
|
||||
|
||||
.automerge_widget.cannot_be_merged.hide
|
||||
.bs-callout.bs-callout-disabled
|
||||
%h4
|
||||
This request can't be merged with GitLab.
|
||||
%span
|
||||
= link_to "Show how to merge", "#modal_merge_info", class: "how_to_merge_link btn padded", title: "How To Merge", "data-toggle" => "modal"
|
||||
|
||||
%strong This request can't be merged with GitLab. You should do it manually
|
||||
You should do it manually with
|
||||
%strong
|
||||
= link_to "command line", "#modal_merge_info", class: "how_to_merge_link", title: "How To Merge", "data-toggle" => "modal"
|
||||
|
||||
.automerge_widget.unchecked
|
||||
.bs-callout.bs-callout-warning
|
||||
|
||||
Reference in New Issue
Block a user