Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-12 17:34:15 +0300
committerPhil Hughes <me@iamphill.com>2018-01-16 14:49:25 +0300
commita369988b4a2551e7214660b6ea4161f02381ab30 (patch)
treee7976a256bc2630d044a2c72d1f396290a818fae /app
parent5f5249d759d9324e23f274056d27931dbf299094 (diff)
fixed failing spec
Diffstat (limited to 'app')
-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?