From e76154f54fdac68991c7274ac68eb7ac9d3d8c1f Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 29 Jul 2016 22:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AF=E4=BF=9D=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/settings/_new_edit.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/projects/settings/_new_edit.html.erb b/app/views/projects/settings/_new_edit.html.erb index 1fa96e602..0dbacc9c6 100644 --- a/app/views/projects/settings/_new_edit.html.erb +++ b/app/views/projects/settings/_new_edit.html.erb @@ -23,6 +23,10 @@ <%= select_tag :branch, options_for_select(["#{@gitlab_default_branch}"]+ @branch_names, @rev), :id => 'branch' %> +
  • + + <%= select_tag :branch, options_for_select([""]+ @branch_names, @rev), :id => 'project_branch' %> +
  • <% end %>