summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/widget/open/_conflicts.html.haml
blob: d1db5fec43a2b977f7a64905fa41251af8d54586 (plain)
1
2
3
4
5
6
7
8
9
- 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
    %strong
      = link_to "command line", "#modal_merge_info", class: "how_to_merge_link vlink", title: "How To Merge", "data-toggle" => "modal"
- else
  %strong This merge request contains merge conflicts that must be resolved.
  Only those with write access to this repository can merge merge requests.