修改版本管理git下拉菜单

This commit is contained in:
ouyangxuhua 2015-08-12 17:43:22 +08:00
parent a5f7f8e622
commit bb8b1f3f08
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<ul>
<li >
<label class="label02"><%=l(:label_scm)%></label>
<%= select_tag('repository_scm',
<%= label_tag('repository_scm',
options_for_select(["Git"],@repository.class.name.demodulize),
:data => {:remote => true, :method => 'get'})%>
<% if @repository && ! @repository.class.scm_available %>