Closed
Description
There's a regression here.
Line 43 in 0fe3282
This causes search result links to be relative to the repository page.
For example, I am getting
http://git.chronos/andrey/memz-service/andrey/memz-service/src/commit/cc5f663c1a4aa05b60c0060f99869c90bf9a493d/web/dev/tinymce/plugins/example/dialog.html
instead of
http://git.chronos/andrey/memz-service/src/commit/cc5f663c1a4aa05b60c0060f99869c90bf9a493d/web/dev/tinymce/plugins/example/dialog.html
Older version
ctx.Data["SourcePath"] = setting.AppSubURL + "/" + path.Join(ctx.Repo.Repository.Owner.Name, ctx.Repo.Repository.Name)
works fine