mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	show tags on dashboard issues (#860)
This commit is contained in:
		@@ -64,6 +64,10 @@
 | 
				
			|||||||
							<div class="ui label">{{if not $.RepoID}}{{.Repo.Name}}{{end}}#{{.Index}}</div>
 | 
												<div class="ui label">{{if not $.RepoID}}{{.Repo.Name}}{{end}}#{{.Index}}</div>
 | 
				
			||||||
							<a class="title has-emoji" href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Title}}</a>
 | 
												<a class="title has-emoji" href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Title}}</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
												{{range .Labels}}
 | 
				
			||||||
 | 
													<a class="ui label" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&state={{$.State}}&labels={{.ID}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}">{{.Name}}</a>
 | 
				
			||||||
 | 
												{{end}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							{{if .NumComments}}
 | 
												{{if .NumComments}}
 | 
				
			||||||
								<span class="comment ui right"><i class="octicon octicon-comment"></i> {{.NumComments}}</span>
 | 
													<span class="comment ui right"><i class="octicon octicon-comment"></i> {{.NumComments}}</span>
 | 
				
			||||||
							{{end}}
 | 
												{{end}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user