diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 0abe614d0..0731445b4 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1006,7 +1006,7 @@ module ApplicationHelper html << "
<%= f.password_field :upassword, :required =>true, :label=> :field_password %>
-<%= f.select(:path_encoding, [nil] + Setting::ENCODINGS, :label => l(:field_scm_path_encoding))%> - <%= l(:text_scm_path_encoding_note)%>
<%= submit_tag(@repository.new_record? ? l(:button_create) : l(:button_save)) %>