summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/labels/label_archived.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/issue/labels/label_archived.tmpl')
-rw-r--r--templates/repo/issue/labels/label_archived.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/repo/issue/labels/label_archived.tmpl b/templates/repo/issue/labels/label_archived.tmpl
new file mode 100644
index 0000000..feaf77e
--- /dev/null
+++ b/templates/repo/issue/labels/label_archived.tmpl
@@ -0,0 +1,5 @@
+{{if .IsArchived}}
+ <span class="ui label basic small" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.label_archive_tooltip"}}">
+ {{ctx.Locale.Tr "archived"}}
+ </span>
+{{end}}