Cleanup (#12050).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10581 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7626b21a1e
commit
7263862ce3
|
@ -253,9 +253,6 @@ RAW
|
|||
|
||||
project_url = {:controller => 'projects', :action => 'show', :id => 'subproject1'}
|
||||
|
||||
source_url = {:controller => 'repositories', :action => 'entry', :id => 'ecookbook', :path => ['some', 'file']}
|
||||
source_url_with_ext = {:controller => 'repositories', :action => 'entry', :id => 'ecookbook', :path => ['some', 'file.ext']}
|
||||
|
||||
source_url = '/projects/ecookbook/repository/entry/some/file'
|
||||
source_url_with_rev = '/projects/ecookbook/repository/revisions/52/entry/some/file'
|
||||
source_url_with_ext = '/projects/ecookbook/repository/entry/some/file.ext'
|
||||
|
|
Loading…
Reference in New Issue