]> source.dussan.org Git - gitea.git/commit
Improve job commit description (#30579)
authoryp05327 <576951401@qq.com>
Fri, 26 Apr 2024 02:22:45 +0000 (11:22 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 02:22:45 +0000 (02:22 +0000)
commit2a3906d75532ba8689338247d794f21dceb4d359
tree900cf3500a02b798aef5e9e3efe47491dc8974af
parent2a6418abb1e227f7d0401761a5f68d59a1cea9b2
Improve job commit description (#30579)

Fix https://github.com/go-gitea/gitea/issues/30567

When job is a schedule:

![image](https://github.com/go-gitea/gitea/assets/18380374/b07e9d43-e8b7-4ee2-87b3-a7050c3a8ca5)
When it is a normal one:

![image](https://github.com/go-gitea/gitea/assets/18380374/0d58dab9-74bb-421b-8952-0578cdf21a52)

also add a 'space' behind  `:`

![image](https://github.com/go-gitea/gitea/assets/18380374/4cebece0-bfe6-4ad9-b806-e5c49bb9be43)

![image](https://github.com/go-gitea/gitea/assets/18380374/02da7681-474b-4c0f-9dad-b6558f6cb484)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
models/actions/run.go
routers/web/repo/actions/view.go
templates/repo/actions/runs_list.tmpl
templates/repo/actions/view.tmpl
web_src/js/components/RepoActionView.vue