From a0655f5d0671cc7cf527cbc94a986e41723e4b3e Mon Sep 17 00:00:00 2001 From: Bryce Johnson Date: Thu, 18 May 2017 17:07:46 +0000 Subject: Resolve conflicts in pipeline schedules. --- app/views/projects/pipeline_schedules/_form.html.haml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/projects/pipeline_schedules/_form.html.haml b/app/views/projects/pipeline_schedules/_form.html.haml index 44afb74ad43..7b312a52a00 100644 --- a/app/views/projects/pipeline_schedules/_form.html.haml +++ b/app/views/projects/pipeline_schedules/_form.html.haml @@ -19,11 +19,7 @@ .form-group .col-md-9 = f.label :ref, 'Target Branch', class: 'label-light' -<<<<<<< HEAD - = dropdown_tag("Select target branch", options: { toggle_class: 'btn js-target-branch-dropdown', title: "Select target branch", filter: true, placeholder: "Filter", data: { data: @project.repository.branch_names } } ) -======= = dropdown_tag("Select target branch", options: { toggle_class: 'btn js-target-branch-dropdown git-revision-dropdown-toggle', dropdown_class: 'git-revision-dropdown', title: "Select target branch", filter: true, placeholder: "Filter", data: { data: @project.repository.branch_names, default_branch: @project.default_branch } } ) ->>>>>>> 9fde881... Merge branch '32172-improve-responsive-styling-of-pipeline-schedules-form' into 'master' = f.text_field :ref, value: @schedule.ref, id: 'schedule_ref', class: 'hidden', name: 'schedule[ref]', required: true .form-group .col-md-9 -- cgit v1.2.1