mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-06 02:25:54 +08:00

the issue is, that you can not distinguish between normal and archived labels. So this will make archived labels 80% **grayscale**. And prepend "Archived: " to the tooltip info     --- *Sponsored by Kithara Software GmbH* --------- Co-authored-by: delvh <dev.lh@web.de>
8 lines
317 B
Handlebars
8 lines
317 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 ctx.Locale .label -}}
|
|
</a>
|