Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_conflicts.html.haml « open « widget « merge_requests « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f000cc38a653a3b34dfa875f42e0fcc27926eac4 (plain)
1
2
3
4
5
6
7
8
9
10
%h4.has-conflicts
  = icon("exclamation-triangle")
  This merge request contains merge conflicts

%p
  Please resolve these conflicts or
  - if @merge_request.can_be_merged_via_command_line_by?(current_user)
    #{link_to "merge this request manually", "#modal_merge_info", class: "how_to_merge_link vlink", "data-toggle" => "modal"}.
  - else
    ask someone with write access to this repository to merge this request manually.