@@ -253,9 +253,6 RAW | |||||
253 |
|
253 | |||
254 | project_url = {:controller => 'projects', :action => 'show', :id => 'subproject1'} |
|
254 | project_url = {:controller => 'projects', :action => 'show', :id => 'subproject1'} | |
255 |
|
255 | |||
256 | source_url = {:controller => 'repositories', :action => 'entry', :id => 'ecookbook', :path => ['some', 'file']} |
|
|||
257 | source_url_with_ext = {:controller => 'repositories', :action => 'entry', :id => 'ecookbook', :path => ['some', 'file.ext']} |
|
|||
258 |
|
||||
259 | source_url = '/projects/ecookbook/repository/entry/some/file' |
|
256 | source_url = '/projects/ecookbook/repository/entry/some/file' | |
260 | source_url_with_rev = '/projects/ecookbook/repository/revisions/52/entry/some/file' |
|
257 | source_url_with_rev = '/projects/ecookbook/repository/revisions/52/entry/some/file' | |
261 | source_url_with_ext = '/projects/ecookbook/repository/entry/some/file.ext' |
|
258 | source_url_with_ext = '/projects/ecookbook/repository/entry/some/file.ext' |
General Comments 0
You need to be logged in to leave comments.
Login now