修改版本管理git下拉菜单
This commit is contained in:
parent
a5f7f8e622
commit
bb8b1f3f08
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue