mirror of
https://github.com/redmine/redmine.git
synced 2026-03-05 12:01:23 +01:00
Change name of label for new project field
Since switching to --git-dir in r1218, we must have patch to the .git directory or a bare repository. --git-dir will not accept a working path that only contains a .git directory. Updated label to clarify this. git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1226 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -81,7 +81,7 @@ module RepositoriesHelper
|
||||
end
|
||||
|
||||
def git_field_tags(form, repository)
|
||||
content_tag('p', form.text_field(:url, :label => 'Root directory', :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?)))
|
||||
content_tag('p', form.text_field(:url, :label => 'Path to .git directory', :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?)))
|
||||
end
|
||||
|
||||
def cvs_field_tags(form, repository)
|
||||
|
||||
Reference in New Issue
Block a user