Commit a369988b authored by Phil Hughes's avatar Phil Hughes

fixed failing spec

parent 5f5249d7
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
.issuable-form-select-holder .issuable-form-select-holder
= form.hidden_field(:target_branch, = form.hidden_field(:target_branch,
{ class: 'target_branch js-target-branch-select ref-name', { class: 'target_branch js-target-branch-select ref-name',
id: '',
disabled: issuable.new_record?, disabled: issuable.new_record?,
data: { placeholder: "Select branch", endpoint: refs_project_path(@project, sort: 'updated_desc', find: 'branches') }}) data: { placeholder: "Select branch", endpoint: refs_project_path(@project, sort: 'updated_desc', find: 'branches') }})
- if issuable.new_record? - if issuable.new_record?
......
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