Skip to content

Commit 7e4b9fc

Browse files
committed
Add repo name label again on dashboard issue / pulls page
The label got removed in PR #13594
1 parent f3c4baa commit 7e4b9fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/shared/issuelist.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
</div>
3232
<div class="issue-item-main f1 fc df">
3333
<div class="issue-item-top-row df ac fw">
34+
{{if eq $.listType "dashboard"}}
35+
<div class="ui label mr-3">{{.Repo.FullName}}</div>
36+
{{end}}
3437
<a class="title mr-3" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
3538
{{RenderEmoji .Title}}
3639
{{if .IsPull }}

0 commit comments

Comments
 (0)