Improvements to delegating discussions in a merge request to a new issue
In gitlab-ce!7180 I implemented a first iteration for moving discussions in a merge request to a new issue based on the discussion in gitlab-ce#23589. Some things still need to be addressed: - The warning on the issue form needs to be more visible, @regisF made this suggestion: https://gitlab.com/gitlab-org/gitlab-ce/issues/23589#note_17481832 ![warning on new issue form](https://gitlab.com/gitlab-org/gitlab-ce/uploads/f1dbb6e743df7ab1e667cb8ee43d3c4f/image.png) - The links within the merge request status widget should become buttons as discussed in gitlab-ce#21135, I like the suggestion by @pedroms https://gitlab.com/gitlab-org/gitlab-ce/issues/23589#note_17482095: ![action buttons in mr status widget](https://gitlab.com/gitlab-org/gitlab-ce/uploads/5ca2ecd6a597dd4db4c79f381ac81177/Screen_Shot_2016-10-26_at_15.50.06.png) - It would also be nice to expose this functionality to the user even when the "Only allow merge requests to be merged if all discussions are resolved"-flag is disabled on a project. @hazelyang suggested adding a button next to the `N/M discussions resolved` https://gitlab.com/gitlab-org/gitlab-ce/issues/23589#note_17265599 ![link to create new issue](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9ffa505b0e378e908fe87f06b13deaf3/Screen_Shot_2016-10-21_at_4.31.01_PM.png) - To allow the user to create a new issue for a single discussion we could add a button next to the resolve button: ![new issue for single discussion button](https://gitlab.com/gitlab-org/gitlab-ce/uploads/af815c8e67d4fe58ac0dfde5c43b4967/discussion.png)
issue