diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-05 13:35:16 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-05 13:35:16 +0000 |
| commit | 6f7bf4e4f0ea40c4f69354b8ce75c77af4fab5cb (patch) | |
| tree | 859db1da940acd1bcc793abd86eee4e40b0816e2 /app | |
| parent | 3b9792ec72e9bb00305fb85ed6fb164211903147 (diff) | |
| parent | bdfd163aa1474c8fba76fb1730ee9df09f67cc69 (diff) | |
| download | gitlab-ce-6f7bf4e4f0ea40c4f69354b8ce75c77af4fab5cb.tar.gz | |
Merge branch 'wip-mr-docs' into 'master'
Add info about WIP merge requests to docs.
Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2078.
See merge request !770
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/projects/merge_requests/show/_mr_accept.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/merge_requests/show/_mr_accept.html.haml b/app/views/projects/merge_requests/show/_mr_accept.html.haml index 906cc11dc67..bfd4ab6f3d8 100644 --- a/app/views/projects/merge_requests/show/_mr_accept.html.haml +++ b/app/views/projects/merge_requests/show/_mr_accept.html.haml @@ -49,7 +49,7 @@ .automerge_widget.cannot_be_merged.hide %h4 - This pull request contains merge conflicts that must be resolved. + 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" @@ -63,14 +63,14 @@ .automerge_widget.work_in_progress.hide %h4 - This request cannot be merged because it is marked as <strong>Work In Progress</strong>. + 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 merging. + When the merge request is ready, remove the "WIP" prefix from the title to allow it to be accepted. .automerge_widget.unchecked %p |
