|
|
|
@ -29,8 +29,6 @@ border:none
|
|
|
|
|
<% end %></p>
|
|
|
|
|
<!-- <p><%= f.text_field :url, :size => 60, :required => true,:readonly=>true, :class=>'textbg'%></p> -->
|
|
|
|
|
<p><%= f.password_field :upassword, :required =>true, :label=> :field_password %></p>
|
|
|
|
|
<p><%= f.select(:path_encoding, [nil] + Setting::ENCODINGS, :label => l(:field_scm_path_encoding))%>
|
|
|
|
|
<%= l(:text_scm_path_encoding_note)%></p>
|
|
|
|
|
</div>
|
|
|
|
|
<p>
|
|
|
|
|
<%= submit_tag(@repository.new_record? ? l(:button_create) : l(:button_save)) %>
|
|
|
|
|