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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-08-12 01:49:23 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-08-12 01:49:23 +0300
commit8acbc9e0853c1af6e772bb00d121dd450830d1c1 (patch)
tree7888d1f611f578f7b82868aaa0f81be6f95382ed /app
parent1984697b35236cc57638aef2067365c25beb426f (diff)
parentd4f987b2861ecec75b06d5efc2ad59e31a383337 (diff)
Merge remote-tracking branch 'origin/master' into improve-pipeline-processing
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/pipelines/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/new.html.haml b/app/views/projects/pipelines/new.html.haml
index 5f4ec2e40c8..55202725b9e 100644
--- a/app/views/projects/pipelines/new.html.haml
+++ b/app/views/projects/pipelines/new.html.haml
@@ -9,7 +9,7 @@
.form-group
= f.label :ref, 'Create for', class: 'control-label'
.col-sm-10
- = f.text_field :ref, required: true, tabindex: 2, class: 'form-control'
+ = f.text_field :ref, required: true, tabindex: 2, class: 'form-control js-branch-name ui-autocomplete-input', autocomplete: :false, id: :ref
.help-block Existing branch name, tag
.form-actions
= f.submit 'Create pipeline', class: 'btn btn-create', tabindex: 3