forgejo/routers/web/repo
Lunny Xiao 08fe6f8c7e
Fix broken cancel button link on patch page (#18718)
* Fix broken cacnel button link on patch page

* remove treepath="patch" elsewhere too

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
2022-02-14 09:18:55 +00:00
..
activity.go
attachment.go
blame.go Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2022-02-08 11:02:30 +08:00
branch.go
cherry_pick.go Fix broken cancel button link on patch page (#18718) 2022-02-14 09:18:55 +00:00
commit.go Collaborator trust model should trust collaborators (#18539) 2022-02-02 11:10:06 +01:00
compare.go Ensure that blob-excerpt links work for wiki (#18587) 2022-02-05 18:26:12 +00:00
download.go
editor.go
editor_test.go
http.go Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 2022-02-06 20:01:47 +01:00
http_test.go
issue.go Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
issue_content_history.go Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2022-02-08 11:02:30 +08:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go Added auto-save whitespace behavior if it changed manually (#15566) 2022-02-08 14:15:04 +08:00
migrate.go
milestone.go
patch.go Fix broken cancel button link on patch page (#18718) 2022-02-14 09:18:55 +00:00
projects.go
projects_test.go
pull.go Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) 2022-02-11 08:02:53 +00:00
pull_review.go
release.go
release_test.go
repo.go
search.go Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
setting.go
setting_protected_branch.go
settings_test.go
tag.go
topic.go
view.go Collaborator trust model should trust collaborators (#18539) 2022-02-02 11:10:06 +01:00
webhook.go
wiki.go
wiki_test.go