Merge branch 'nicer-merge-conflicts-widget' into 'master'
Split merge conflict messages on 2 lines Before  After  Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1107
This commit is contained in:
commit
5fb5fd253a
|
|
@ -1,7 +1,8 @@
|
|||
- if @merge_request.can_be_merged_by?(current_user)
|
||||
%h4
|
||||
This merge request contains merge conflicts that must be resolved.
|
||||
You can try it manually on the
|
||||
%p
|
||||
You can merge it manually using the
|
||||
%strong
|
||||
= link_to "command line", "#modal_merge_info", class: "how_to_merge_link vlink", title: "How To Merge", "data-toggle" => "modal"
|
||||
- else
|
||||
|
|
|
|||
Loading…
Reference in New Issue