You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
375 B
9 lines
375 B
<a
|
|
class="ui label item {{if not .label.IsChecked}}hide{{end}}"
|
|
id="label_{{.label.ID}}"
|
|
href="{{.root.RepoLink}}/{{if or .root.IsPull .root.Issue.IsPull}}pulls{{else}}issues{{end}}?labels={{.label.ID}}"
|
|
style="color: {{.label.ForegroundColor}}; background-color: {{.label.Color}}"
|
|
title="{{.label.Description | RenderEmojiPlain}}"
|
|
>
|
|
{{.label.Name | RenderEmoji}}
|
|
</a>
|
|
|