Skip to content
Snippets Groups Projects

Resolve "Customize branch name when using create branch in an issue"

1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -28,9 +28,8 @@
%li.not-selectable.droplab-item-ignore
Branch name
%input#new-branch-name.form-control{ autofocus: 'autofocus', type: 'text', placeholder: "#{@issue.to_branch_name}", value: "#{@issue.to_branch_name}", data: { original_branch_name: "#{@issue.to_branch_name}" } }
-# This element is filled by create_merge_request_dropdown.js
%p#new-branch-message.droplab-item-ignore.hide
%input#new-branch-name.gl-field-success-outline.form-control{ autofocus: 'autofocus', type: 'text', placeholder: "#{@issue.to_branch_name}", value: "#{@issue.to_branch_name}", data: { original_branch_name: "#{@issue.to_branch_name}" } }
%p#new-branch-message.droplab-item-ignore.gl-field-success-message Branch name is available
%li.not-selectable.droplab-item-ignore
Source (branch, tag, or commit SHA)
Loading