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