aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/labels.tmpl
diff options
context:
space:
mode:
authorjaqra <48099350+jaqra@users.noreply.github.com>2019-12-04 04:39:58 +0300
committertechknowlogick <techknowlogick@gitea.io>2019-12-03 20:39:58 -0500
commit8875586570599f92ba9ab0def1ed87b7efc411fc (patch)
treed88194a8e15a3b26ab1eecdaa08c4c2fb68e362d /templates/repo/issue/labels.tmpl
parentbac4b78e0908c0cb01a3842436950c7bcf793cf9 (diff)
downloadgitea-8875586570599f92ba9ab0def1ed87b7efc411fc.tar.gz
gitea-8875586570599f92ba9ab0def1ed87b7efc411fc.zip
Change some label colors (#9051)
* Change label colors * Override black basic label background for green theme on label list
Diffstat (limited to 'templates/repo/issue/labels.tmpl')
-rw-r--r--templates/repo/issue/labels.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/labels.tmpl b/templates/repo/issue/labels.tmpl
index 176304278f..c3bfc9ccc6 100644
--- a/templates/repo/issue/labels.tmpl
+++ b/templates/repo/issue/labels.tmpl
@@ -57,7 +57,7 @@
</div>
</div>
{{template "base/alert" .}}
- <div class="ui black label">{{.i18n.Tr "repo.issues.label_count" .NumLabels}}</div>
+ <div class="ui black basic label">{{.i18n.Tr "repo.issues.label_count" .NumLabels}}</div>
<div class="label list">
{{if and (or $.CanWriteIssues $.CanWritePulls) (eq .NumLabels 0) (not $.Repository.IsArchived) }}
<div class="ui centered grid">