mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
6c563a302a
fix underline for label on issue sidebar
8 lines
306 B
Handlebars
8 lines
306 B
Handlebars
<a
|
|
class="item {{if not .label.IsChecked}}gt-hidden{{end}}"
|
|
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 -}}
|
|
</a>
|