Remove unnecessary space on link (#23334) (#23340)

Backport #23334

The action run title has a blank. This PR removes it.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
pull/23341/head
Giteabot 2 years ago committed by GitHub
parent dfab6e2d1c
commit 8ab50be000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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}}

Loading…
Cancel
Save