aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-03-07 03:12:10 +0800
committerGitHub <noreply@github.com>2023-03-06 13:12:10 -0600
commit27ba7fff6d2159a01df4af302813dceaa15c9592 (patch)
treec86b510bb7400da6afc6d04d35551ebf733374f8
parente7b89888e158b76a27c101bbfa1775ccd6b55ce9 (diff)
downloadgitea-27ba7fff6d2159a01df4af302813dceaa15c9592.tar.gz
gitea-27ba7fff6d2159a01df4af302813dceaa15c9592.zip
Remove unnecessary space on link (#23334)
The action run title has a blank. This PR removes it.
-rw-r--r--templates/repo/actions/runs_list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/actions/runs_list.tmpl b/templates/repo/actions/runs_list.tmpl
index a01d216579..ffabe534c8 100644
--- a/templates/repo/actions/runs_list.tmpl
+++ b/templates/repo/actions/runs_list.tmpl
@@ -7,7 +7,7 @@
<div class="issue-item-main gt-f1 gt-fc gt-df">
<div class="issue-item-top-row">
<a class="index gt-ml-0 gt-mr-2" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
- {{.Title}}
+ {{- .Title -}}
</a>
<span class="ui label">
{{if .RefLink}}