mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	fix: text decorator on issue sidebar menu label (#27206)
fix underline for label on issue sidebar
This commit is contained in:
		@@ -3,5 +3,5 @@
 | 
			
		||||
	id="label_{{.label.ID}}"
 | 
			
		||||
	href="{{.root.RepoLink}}/{{if or .root.IsPull .root.Issue.IsPull}}pulls{{else}}issues{{end}}?labels={{.label.ID}}"{{/* FIXME: use .root.Issue.Link or create .root.Link */}}
 | 
			
		||||
>
 | 
			
		||||
	{{RenderLabel $.Context .label}}
 | 
			
		||||
	{{- RenderLabel $.Context .label -}}
 | 
			
		||||
</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user