We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147706b commit c9516edCopy full SHA for c9516ed
templates/repo/issue/labels/label_archived.tmpl
@@ -1,5 +1,5 @@
1
{{if .IsArchived}}
2
- <span class="ui basic mini label" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.label_archive_tooltip"}}">
+ <span class="ui label basic small" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.label_archive_tooltip"}}">
3
{{ctx.Locale.Tr "archived"}}
4
</span>
5
{{end}}
0 commit comments