We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8516466 commit b858a1fCopy full SHA for b858a1f
lib/redmine_git_remote/repositories_helper_patch.rb
@@ -7,7 +7,7 @@ def self.included(base) # :nodoc:
7
module InstanceMethods
8
def git_remote_field_tags(form, repository)
9
content_tag('p', form.text_field(:url,
10
- :size => 60, :required => true, :required => false,
+ :size => 60, :required => false,
11
:disabled => !repository.safe_attribute?('url'),
12
:label => l(:field_path_to_repository)) +
13
content_tag('em', l(:text_git_remote_path_note), :class => 'info') +
0 commit comments