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 }}