diff options
author | Iván Valdés <iv@a.ki> | 2020-10-21 16:47:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 19:47:16 -0400 |
commit | 819901b3e9c187aed1d29f7b58599ed61075781a (patch) | |
tree | e12996844c3bc7b52ffe402431b2dfca163336b7 /templates/repo/issue/view_content.tmpl | |
parent | 327f18c3b28225dcfcaa0409b880136f7e1d1bf6 (diff) | |
download | gitea-819901b3e9c187aed1d29f7b58599ed61075781a.tar.gz gitea-819901b3e9c187aed1d29f7b58599ed61075781a.zip |
Update outdated label to use Fomantic UI style (#13181)
* Update outdated label to use Fomantic UI style
* Use native labels rather than custom style
* Remove leading zero
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'templates/repo/issue/view_content.tmpl')
-rw-r--r-- | templates/repo/issue/view_content.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index 0ddea16816..53a14a28e1 100644 --- a/templates/repo/issue/view_content.tmpl +++ b/templates/repo/issue/view_content.tmpl @@ -41,7 +41,7 @@ {{if not $.Repository.IsArchived}} <div class="ui right actions"> {{if gt .Issue.ShowTag 0}} - <div class="item tag"> + <div class="ui basic label"> {{if eq .Issue.ShowTag 2}} {{$.i18n.Tr "repo.issues.collaborator"}} {{else if eq .Issue.ShowTag 3}} |