|
|
|
@ -59,7 +59,7 @@
|
|
|
|
|
</a>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
|
|
|
|
|
<%= labelled_form_for :repository, @repository, :url =>project_repositories_path(@project),:html => {:id => 'repository-form',:method=>"post"} do |f| %>
|
|
|
|
|
<%= labelled_form_for :repository, @repository, :url =>project_repositories_path(@project),:html => {:id => 'repository-form',:method=>"post",:autocomplete=>'off'} do |f| %>
|
|
|
|
|
<div id="pro_st_edit_ku" class="pro_st_edit_ku">
|
|
|
|
|
<ul>
|
|
|
|
|
<li >
|
|
|
|
@ -79,6 +79,8 @@
|
|
|
|
|
</li>
|
|
|
|
|
<% end %>
|
|
|
|
|
<li >
|
|
|
|
|
<input type="text" style="display: none"/> <!--阻止表单自动填充 -->
|
|
|
|
|
<input type="password" style="display: none"/> <!--阻止表单自动填充 -->
|
|
|
|
|
<label class="label02"><span class="c_red">*</span><%=l(:label_repository_name)%>:</label>
|
|
|
|
|
<%= f.text_field :identifier, :disabled =>@repository.nil? || @repository.identifier_frozen? ? true:false,:label=>"", :no_label => true %>
|
|
|
|
|
<% unless @repository.identifier_frozen? %>
|
|
|
|
@ -87,7 +89,7 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li >
|
|
|
|
|
<label class="label02"><span class="c_red">*</span><%=l(:label_password)%></label>
|
|
|
|
|
<%= f.password_field :upassword, :label=> "", :no_label => true %>
|
|
|
|
|
<%= f.password_field :upassword, :label=> "", :no_label => true%>
|
|
|
|
|
<span class="c_grey"><%= l(:label_upassword_info)%></span>
|
|
|
|
|
</li>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|