summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-12 14:34:15 +0000
committerPhil Hughes <me@iamphill.com>2018-01-16 11:49:25 +0000
commita369988b4a2551e7214660b6ea4161f02381ab30 (patch)
treee7976a256bc2630d044a2c72d1f396290a818fae
parent5f5249d759d9324e23f274056d27931dbf299094 (diff)
downloadgitlab-ce-a369988b4a2551e7214660b6ea4161f02381ab30.tar.gz
fixed failing spec
-rw-r--r--app/views/shared/issuable/form/_branch_chooser.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/issuable/form/_branch_chooser.html.haml b/app/views/shared/issuable/form/_branch_chooser.html.haml
index 9a589387255..b7e30e5b836 100644
--- a/app/views/shared/issuable/form/_branch_chooser.html.haml
+++ b/app/views/shared/issuable/form/_branch_chooser.html.haml
@@ -17,6 +17,7 @@
.issuable-form-select-holder
= form.hidden_field(:target_branch,
{ class: 'target_branch js-target-branch-select ref-name',
+ id: '',
disabled: issuable.new_record?,
data: { placeholder: "Select branch", endpoint: refs_project_path(@project, sort: 'updated_desc', find: 'branches') }})
- if issuable.new_record?