summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/labels/label.tmpl
blob: 3651ba118feead1b669e81f463c872386fd1d39b (plain)
1
2
3
4
5
6
7
<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 */}}
>
	{{- RenderLabel $.Context ctx.Locale .label -}}
</a>