Skip to content
Snippets Groups Projects
Commit e74b8bd1 authored by Saad Shahd's avatar Saad Shahd
Browse files

CTRL+Enter does not submit a new merge request

parent c595b418
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@
%span.pull-right
= link_to 'Change branches', mr_change_branches_path(@merge_request)
%hr
= form_for [@project.namespace.becomes(Namespace), @project, @merge_request], html: { class: 'merge-request-form form-horizontal common-note-form js-requires-input' } do |f|
= form_for [@project.namespace.becomes(Namespace), @project, @merge_request], html: { class: 'merge-request-form form-horizontal common-note-form js-requires-input js-quick-submit' } do |f|
= render 'shared/issuable/form', f: f, issuable: @merge_request
= f.hidden_field :source_project_id
= f.hidden_field :source_branch
Loading
Loading
---
title: Make CTRL+Enter submits a new merge request
merge_request: 8360
author: Saad Shahd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment