mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Remove unnecessary space on link (#23334)
The action run title has a blank. This PR removes it.
This commit is contained in:
		| @@ -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}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user