Skip to content

Commit 14ac3e6

Browse files
jpraetlunnytechknowlogick
authored
Add repo name label again on dashboard issue / pulls page (#14073)
The label got removed in PR #13594 Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent b4f8da5 commit 14ac3e6

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)