forgejo/routers/web
Giteabot 84ee02faa7
Improve tree not found page () ()
Backport  by @yp05327

Before:

![before](https://github.com/go-gitea/gitea/assets/18380374/383822d5-7d77-4ec3-b49b-4ab1e8b167ce)

After:

![after](https://github.com/go-gitea/gitea/assets/18380374/32afa0a3-fa05-4087-b96e-7d067f0ed756)

In Github:
https://github.com/yp05327/test/blob/main/test.drawio

Updated:
UI changed

![image](https://github.com/go-gitea/gitea/assets/18380374/41ed07ff-b815-4b4e-9779-5ab36b5f3980)

![image](https://github.com/go-gitea/gitea/assets/18380374/5d7b28d6-a2fc-4d4c-8d6d-d93f9c9a270b)

Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-09-29 18:35:11 +08:00
..
admin Another round of db.DefaultContext refactor () () 2023-09-25 19:24:35 +02:00
auth Another round of db.DefaultContext refactor () () 2023-09-25 19:24:35 +02:00
devtest Make "cancel" buttons have proper type in modal forms () 2023-07-03 14:04:50 +08:00
events Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
explore Next round of db.DefaultContext refactor () 2023-09-16 14:39:12 +00:00
feed Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
healthcheck Remove db.DefaultContext in routers/ and cmd/ () 2023-07-23 23:47:27 -04:00
misc Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" () 2023-07-21 12:14:20 +00:00
org Another round of db.DefaultContext refactor () () 2023-09-25 19:24:35 +02:00
repo Improve tree not found page () () 2023-09-29 18:35:11 +08:00
shared Redefine the meaning of column is_active to make Actions Registration Token generation easier () () 2023-09-28 04:15:53 +00:00
user Another round of db.DefaultContext refactor () () 2023-09-25 19:24:35 +02:00
base.go Fix all possible setting error related storages and added some tests () 2023-06-14 11:42:38 +08:00
goget.go Support SSH for go get () 2023-05-12 09:44:37 +00:00
home.go Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
metrics.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
nodeinfo.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
swagger_json.go Start using template context function () 2023-08-08 01:22:47 +00:00
web.go Make SSPI auth mockable () 2023-09-17 23:32:56 +00:00
webfinger.go Add a link to OpenID Issuer URL in WebFinger response () 2023-07-20 16:02:45 +08:00