diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-12 14:34:15 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-16 11:49:25 +0000 |
commit | a369988b4a2551e7214660b6ea4161f02381ab30 (patch) | |
tree | e7976a256bc2630d044a2c72d1f396290a818fae | |
parent | 5f5249d759d9324e23f274056d27931dbf299094 (diff) | |
download | gitlab-ce-a369988b4a2551e7214660b6ea4161f02381ab30.tar.gz |
fixed failing spec
-rw-r--r-- | app/views/shared/issuable/form/_branch_chooser.html.haml | 1 |
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? |