gitlab-org--gitlab-foss/app/views/projects/merge_requests
Fatih Acet ead44226e0 Merge branch '24266-afraid-to-press-the-orange-button-on-merge-request-screen' into 'master'
If Build running change accept merge request when build succeeds button from orange to blue

## What does this MR do?

If Build running change accept merge request when build succeeds button from orange to blue

## Are there points in the code the reviewer needs to double check?

I didn't really check, but to my knowledge these changes should fix it. Would love to know how to set up working pipelines in my local build.

## Why was this MR needed?

orange was to big a warning color for this button


## Screenshots (if relevant)

![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/c9100be272c5567ee4dfa281cffaeb7a/_24266_merge-request-01.png)
![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/bb84ea5b519fc67babf8383f3b396fb7/_24266_merge-request-02.png)

## Does this MR meet the acceptance criteria?

- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [ ] Added for this feature/bug
  - [ ] All builds are passing
- [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?


Closes #24266

See merge request !7577
2016-11-22 23:11:45 +00:00
..
conflicts Fix Merge Conflicts app to make it work with Vue 2 2016-11-10 17:53:34 +03:00
dropdowns Add a title attribute to each branch in the branches dropdown on the New MR page. 2016-05-31 22:38:10 -06:00
show Merge remote-tracking branch 'upstream/master' into show-status-from-branch 2016-10-25 22:40:14 +08:00
widget Merge branch '24266-afraid-to-press-the-orange-button-on-merge-request-screen' into 'master' 2016-11-22 23:11:45 +00:00
_discussion.html.haml Fixed comment & resolve button 2016-09-21 10:07:24 +01:00
_form.html.haml
_merge_request.html.haml More aggressively preload on merge request and issue index pages 2016-11-18 14:21:43 +02:00
_merge_requests.html.haml Add bulk update support for merge requests list 2016-09-08 11:52:20 +03:00
_new_compare.html.haml Allow empty merge requests 2016-10-11 10:50:49 +02:00
_new_diffs.html.haml MergeRequest new form load diff asynchronously 2016-10-06 11:19:14 +02:00
_new_submit.html.haml Use all pipelines variable when creating merge request 2016-10-18 08:32:17 -05:00
_show.html.haml Fixed up resolve discussions 2016-11-10 17:53:34 +03:00
branch_from.html.haml Use multi-line conditions in view, feedback: 2016-10-28 03:05:41 +08:00
branch_to.html.haml Always use multiline in view 2016-10-28 03:53:18 +08:00
cancel_merge_when_build_succeeds.js.haml
conflicts.html.haml Fix Merge Conflicts app to make it work with Vue 2 2016-11-10 17:53:34 +03:00
diffs.html.haml
edit.html.haml Revert "Merge branch 'gjlaubenstein/gitlab-ce-21712-change-issue-show-html-title'" 2016-10-19 12:22:35 +02:00
index.html.haml Add bulk update support for merge requests list 2016-09-08 11:52:20 +03:00
invalid.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
merge.js.haml Don't allow merges with new commits 2016-06-01 20:34:41 +01:00
new.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
show.html.haml
update_branches.html.haml