0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-22 18:09:38 +01:00
gitea/routers/web
wxiaoguang b4513f48ce
Do not render empty comments (#29039)
Follow #28654

The `comments` might be empty, so the templates shouldn't (and couldn't)
use it to render. When there is no comment, the UI should also be
updated to empty, so returning an empty body is good enough.
2024-02-04 13:05:01 +00:00
..
admin Allow to sync tags from admin dashboard (#28045) 2024-01-24 03:02:04 +00:00
auth
devtest
events
explore
feed Update tool dependencies (#29030) 2024-02-02 19:11:39 -05:00
healthcheck
misc
org Improve user search display name (#29002) 2024-02-01 17:10:16 +00:00
repo Do not render empty comments (#29039) 2024-02-04 13:05:01 +00:00
shared Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
user Introduce htmx and use it to avoid full page load on Subscribe and Follow (#28908) 2024-01-30 15:45:54 +01:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix inconsistent naming of OAuth 2.0 ENABLE setting (#28951) 2024-01-28 12:36:44 +00:00
webfinger.go