You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a1012112796 08ba895c2b
fix wrong file link in code search page (#15466)
in previous the grenrated link is
``testg/testrepo/src/commit/....``
which is not right.

the right version is ``/testg/testrepo/.......``
(start wiht ``/``)
or ``http://127.0.0.1:3000/xxxxx`` (full link)

to make it hase same result with explore page
I choose the secound style.

fix #15438

Signed-off-by: a1012112796 <1012112796@qq.com>

Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
activity.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
attachment.go Add ETag header (#15370) 3 years ago
blame.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
branch.go Move modules/forms to services/forms (#15305) 3 years ago
commit.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
compare.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
download.go Add ETag header (#15370) 3 years ago
editor.go Move modules/forms to services/forms (#15305) 3 years ago
editor_test.go Add Close() method to gogitRepository (#8901) 5 years ago
http.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
issue.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
issue_dependency.go Fix wrong permissions check when issues/prs shared operations (#9885) 5 years ago
issue_label.go Move modules/forms to services/forms (#15305) 3 years ago
issue_label_test.go Move modules/forms to services/forms (#15305) 3 years ago
issue_lock.go Move modules/forms to services/forms (#15305) 3 years ago
issue_stopwatch.go Display current stopwatch in navbar (#14122) 3 years ago
issue_test.go Fix bug when combine label comments (#14894) 3 years ago
issue_timetrack.go Move modules/forms to services/forms (#15305) 3 years ago
issue_watch.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
lfs.go Add LFS Migration and Mirror (#14726) 3 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
middlewares.go Add gitea-vet (#10948) 4 years ago
migrate.go Add LFS Migration and Mirror (#14726) 3 years ago
milestone.go Add dashboard milestone search and repo milestone search by name (#14866) 3 years ago
projects.go Move modules/forms to services/forms (#15305) 3 years ago
projects_test.go KanBan: be able to set default board (#14147) 4 years ago
pull.go Move modules/forms to services/forms (#15305) 3 years ago
pull_review.go Move modules/forms to services/forms (#15305) 3 years ago
release.go Move modules/forms to services/forms (#15305) 3 years ago
release_test.go Move modules/forms to services/forms (#15305) 3 years ago
repo.go Fix CanCreateRepo check (#15311) 3 years ago
search.go fix wrong file link in code search page (#15466) 3 years ago
setting.go Add LFS Migration and Mirror (#14726) 3 years ago
setting_protected_branch.go Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
settings_test.go Move modules/forms to services/forms (#15305) 3 years ago
topic.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
view.go Add LFS Migration and Mirror (#14726) 3 years ago
webhook.go Move modules/forms to services/forms (#15305) 3 years ago
wiki.go Move modules/forms to services/forms (#15305) 3 years ago
wiki_test.go Move modules/forms to services/forms (#15305) 3 years ago