mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -89,7 +89,7 @@
 | 
				
			|||||||
						{{if .Repo}}
 | 
											{{if .Repo}}
 | 
				
			||||||
						<li class="item">
 | 
											<li class="item">
 | 
				
			||||||
							<div class="ui label">{{.Repo.FullName}}#{{.Index}}</div>
 | 
												<div class="ui label">{{.Repo.FullName}}#{{.Index}}</div>
 | 
				
			||||||
							<a class="title has-emoji" href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Title}}</a>
 | 
												<a class="title has-emoji" href="{{.HTMLURL}}">{{.Title}}</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            {{if .IsPull }}
 | 
					                            {{if .IsPull }}
 | 
				
			||||||
                                {{if (index $.CommitStatus .PullRequest.ID)}}
 | 
					                                {{if (index $.CommitStatus .PullRequest.ID)}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user