mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	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>
This commit is contained in:
		@@ -31,6 +31,9 @@
 | 
				
			|||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<div class="issue-item-main f1 fc df">
 | 
								<div class="issue-item-main f1 fc df">
 | 
				
			||||||
				<div class="issue-item-top-row df ac fw">
 | 
									<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}}">
 | 
										<a class="title mr-3" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
 | 
				
			||||||
						{{RenderEmoji .Title}}
 | 
											{{RenderEmoji .Title}}
 | 
				
			||||||
						{{if .IsPull }}
 | 
											{{if .IsPull }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user