mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-11 11:43:08 +00: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:
parent
c6a77d1900
commit
4dfa4bbc77
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user