1
1
espelhamento de https://github.com/go-gitea/gitea sincronizado 2025-12-07 13:28:25 +00:00

Refactor some trivial problems (#34959)

1. make our "route group pattern match" also update chi's RoutePattern
2. fix incorrect "NotFound" call in conda package
3. make ".flex-item .flex-item-main" has a general gap, then no need to
use `tw` tricks
4. improve the "test webhook" UI
Esse commit está contido em:
wxiaoguang
2025-07-05 23:19:33 +08:00
commit de GitHub
commit 6033c67a1a
8 arquivos alterados com 39 adições e 20 exclusões
+1 -1
Ver Arquivo
@@ -35,7 +35,7 @@
</div>
{{end}}
</div>
<div class="flex-item-body tw-mt-1">
<div class="flex-item-body">
<a class="index" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
{{if eq $.listType "dashboard"}}
{{.Repo.FullName}}#{{.Index}}