Skip to content

Commit b858a1f

Browse files
committed
Fix typo that causes warning; closes dergachev#16
1 parent 8516466 commit b858a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redmine_git_remote/repositories_helper_patch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.included(base) # :nodoc:
77
module InstanceMethods
88
def git_remote_field_tags(form, repository)
99
content_tag('p', form.text_field(:url,
10-
:size => 60, :required => true, :required => false,
10+
:size => 60, :required => false,
1111
:disabled => !repository.safe_attribute?('url'),
1212
:label => l(:field_path_to_repository)) +
1313
content_tag('em', l(:text_git_remote_path_note), :class => 'info') +

0 commit comments

Comments
 (0)