mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 01:10:49 +01:00
Remove unnecessary space on link (#23334)
The action run title has a blank. This PR removes it.
This commit is contained in:
parent
e7b89888e1
commit
27ba7fff6d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<div class="issue-item-main gt-f1 gt-fc gt-df">
|
<div class="issue-item-main gt-f1 gt-fc gt-df">
|
||||||
<div class="issue-item-top-row">
|
<div class="issue-item-top-row">
|
||||||
<a class="index gt-ml-0 gt-mr-2" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
|
<a class="index gt-ml-0 gt-mr-2" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
|
||||||
{{.Title}}
|
{{- .Title -}}
|
||||||
</a>
|
</a>
|
||||||
<span class="ui label">
|
<span class="ui label">
|
||||||
{{if .RefLink}}
|
{{if .RefLink}}
|
||||||
|
|
Loading…
Reference in a new issue