mirror of
https://github.com/go-gitea/gitea
synced 2024-11-15 06:34:25 +00:00
4a469c8e1b
Clean up the templates
8 lines
312 B
Handlebars
8 lines
312 B
Handlebars
<a
|
|
class="item {{if not .label.IsChecked}}tw-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 */}}
|
|
>
|
|
{{- ctx.RenderUtils.RenderLabel .label -}}
|
|
</a>
|