Commit 0821434b authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '36418-double-horizontal-line-on-new-issue' into 'master'

Resolve "Double Horizontal Line on New Issue"

Closes #36418

See merge request gitlab-org/gitlab!20189
parents 8d418a8d 753d360f
......@@ -14,7 +14,6 @@
= render 'shared/issuable/form/branch_chooser', issuable: issuable, form: form
%hr
.form-group.row
= form.label :title, class: 'col-form-label col-sm-2'
......
......@@ -20,3 +20,4 @@
= form.hidden_field(:target_branch,
{ class: 'target_branch js-target-branch-select ref-name mw-xl',
data: { placeholder: _('Select branch'), endpoint: refs_project_path(@project, sort: 'updated_desc', find: 'branches') }})
%hr
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment