summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/widget/open/_wip.html.haml
blob: 9268d68ba3458aeaa9fbfeb7b402b511f48ddc1c (plain)
1
2
3
4
5
6
7
8
9
%h4
  This merge request cannot be accepted because it is marked as Work In Progress.

%p
  %button.btn.disabled{:type => 'button'}
    %i.fa.fa-warning
    Accept Merge Request
   
  When the merge request is ready, remove the "WIP" prefix from the title to allow it to be accepted.