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.

label.tmpl 292B

1234567
  1. <a
  2. class="item {{if not .label.IsChecked}}gt-hidden{{end}}"
  3. id="label_{{.label.ID}}"
  4. 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 */}}
  5. >
  6. {{RenderLabel .label}}
  7. </a>