diff options
author | Jimmy Praet <jimmy.praet@telenet.be> | 2020-12-20 23:52:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 17:52:29 -0500 |
commit | 14ac3e617f226c1241de9c0fa2eee5259e33fc03 (patch) | |
tree | 963103c2e1df617c369cdd20046b913f0f9dac9d /templates/shared/issuelist.tmpl | |
parent | b4f8da533e1771eb1e0d222d8d586b4220447e4c (diff) | |
download | gitea-14ac3e617f226c1241de9c0fa2eee5259e33fc03.tar.gz gitea-14ac3e617f226c1241de9c0fa2eee5259e33fc03.zip |
Add repo name label again on dashboard issue / pulls page (#14073)
The label got removed in PR #13594
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates/shared/issuelist.tmpl')
-rw-r--r-- | templates/shared/issuelist.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/shared/issuelist.tmpl b/templates/shared/issuelist.tmpl index adb319a644..d1a2c4b339 100644 --- a/templates/shared/issuelist.tmpl +++ b/templates/shared/issuelist.tmpl @@ -31,6 +31,9 @@ </div> <div class="issue-item-main f1 fc df"> <div class="issue-item-top-row df ac fw"> + {{if eq $.listType "dashboard"}} + <div class="ui label mr-3">{{.Repo.FullName}}</div> + {{end}} <a class="title mr-3" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}"> {{RenderEmoji .Title}} {{if .IsPull }} |