diff --git a/lib/redmine_git_remote/repositories_helper_patch.rb b/lib/redmine_git_remote/repositories_helper_patch.rb index ea6ad68..35aa87e 100644 --- a/lib/redmine_git_remote/repositories_helper_patch.rb +++ b/lib/redmine_git_remote/repositories_helper_patch.rb @@ -12,7 +12,7 @@ def git_remote_field_tags(form, repository) :label => l(:field_path_to_repository)) + content_tag('em', l(:text_git_remote_path_note), :class => 'info') + form.text_field(:extra_clone_url, :size => 60, :required => true, - :disabled => !repository.safe_attribute?('url'), name: 'repository[extra_info][extra_clone_url]') + + :disabled => !repository.safe_attribute?('url'), :name => 'repository[extra_info][extra_clone_url]') + content_tag('em', l(:text_git_remote_url_note), :class => 'info') ) end