]> source.dussan.org Git - gitea.git/commit
Show latest run when visit /run/latest (#31808)
authorFuXiaoHei <fuxiaohei@vip.qq.com>
Sat, 10 Aug 2024 00:40:41 +0000 (08:40 +0800)
committerGitHub <noreply@github.com>
Sat, 10 Aug 2024 00:40:41 +0000 (08:40 +0800)
commitdf27846628fc0a8a20f59fc60ca4e0107585ea05
tree8497e7810ea2014f7d73f92f8d4a0c3a85c786ee
parent42841aab59640262ed3b873d86980b0bb5d869ae
Show latest run when visit /run/latest (#31808)

Proposal from
https://github.com/go-gitea/gitea/issues/27911#issuecomment-2271982172

When visit latest run path, such as
`/{user}/{repo}/actions/runs/latest`. It renders latest run instead of
index=0 currently.
models/actions/run.go
routers/web/repo/actions/view.go